| Interface | Description |
|---|---|
| MapController |
This is the main interface to talk to the TomTom MapView.
|
| MapController.OnAutoCenterChangedListener |
These listeners will be triggered when the auto-centering option changes.
|
| MapController.OnPanEnabledChangedListener |
These listeners will be triggered when the user panning option changes.
|
| MapController.OnZoomEnabledChangedListener |
These listeners will be triggered when the user zooming option changes.
|
| MapEventCallbacks |
Interface for observers of connection events from a MapView.
|
| MapListener |
Implementations of this interface will be notified when a map event occurs.
|
| Class | Description |
|---|---|
| LocationConverter |
This class handles the conversion of location coordinates for several spaces, like screen
coordinates and lat/long pairs.
|
| MapControllerImp |
This is the default
MapController implementation. |
| MapUtils |
Utility class for map and geocoding related functions.
|
| MapView |
This View shows the currently selected map.
|
| Marker |
A point on the map, marked by an icon, that the user can select.
|
| MarkerLayer |
A set of
Marker's. |
| SensorLocationManager |
This class provides access to the system location services.
|
| StockLayers |
Class represents a list of stocks layers.
|
| Version |
Version information of the Map Library.
|
| Enum | Description |
|---|---|
| MapListener.TouchType |
Type of touch event.
|
| Exception | Description |
|---|---|
| MapController.UnknownLocationException |
Thrown when trying to get the current location but the enabled providers don't have one and
there is no last known location available.
|
| MarkerOperationException |
Throw when the state of a
Marker could not be updated on the map. |
| Annotation Type | Description |
|---|---|
| SuppressFBWarnings |
Warning suppression for findbugs issues only.
|