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 |
---|---|
ColorUtilities |
Utility class for colors.
|
GeoPoint |
Wraps a pair of latitude / longitude coordinates in degrees.
|
ImageOverlay |
An ImageOverlay will show an image on top of the map, which will remain fixed to two anchor
points: North-West and South-East.
|
ImageOverlayBuilder |
Builder class for
ImageOverlay objects. |
LocaleUtils |
Utility class for Locale functionality.
|
LocationConverter |
This class handles the conversion of location coordinates for several spaces, like screen
coordinates and lat/long pairs.
|
MapArea |
Defines a rectangular area in world coordinates.
|
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. |
Polygon |
A polygon is an enclosed shape that can be used to highlight areas on the map.
|
PolygonBuilder |
Builder class for
Polygon objects. |
Polyline |
A polyline is a list of points, where line segments are drawn between consecutive points.
|
PolylineBuilder |
Builder class for
Polyline objects. |
Primitive |
A base class for objects to draw.
|
Renderable |
A
Renderable is a object which can be rendered by CustomOverlayRenderer . |
RenderableLayer |
A
RenderableLayer is set of Renderable 's. |
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.
|