The InTheHand.TomTom namespace provides classes to interact with the TomTom Navigator application.
| C# | Visual Basic |
namespace InTheHand.TomTom
Namespace InTheHand.TomTom
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| ColorStyle |
Colour styles for map view.
| |
| DataSetInfo |
Contains information about the current data set.
| |
| Favorite |
A TomTom Favorite location.
| |
| GeocodeInfo |
Contains information returned from a call to Geocode(String).
| |
| GeocodeStatus |
Specifies how valid the returned GeocodeInfo data is.
| |
| GpsStatus | ||
| GpsStream |
Stream used to write NMEA GPS data into TomTom.
| |
| Indicator |
Indicators available for Navigator view.
| |
| InternetConnectionStatus |
Defines the current Internet connection status.
| |
| LatLong |
Specifies latitude and longitude coordinates.
| |
| LatLongRectangle |
Contains the latitude and longitude coordinates of a rectangle on the map.
| |
| LocationDataType |
The type of the given location.
| |
| LocationInfo |
Location Information from a reverse geo-code.
| |
| Navigator |
Provides programmatic access to the TomTom Navigator SDK
| |
| PoiType |
Point of Interest types.
| |
| Position |
Contains current position information.
| |
| RawGpsReceivedEventArgs |
Defines the data for the RawGpsReceived event.
| |
| RawGpsReceivedEventHandler |
Represents the method that will handle the RawGpsReceived event.
| |
| RouteInfo |
Specifies information about the current route.
| |
| SettingAndValue |
Direct command which can be issued to TomTom Navigator.
| |
| TomTomError |
TomTom error constants.
| |
| TomTomException |
Represents an exception encountered during a TomTom SDK operation.
|