See: Description
| Interface | Description |
|---|---|
| Annotation |
Base interface that describes common methods
used by each element that can be added to the map
(e.g.
|
| BalloonViewAdapter<T extends MarkerBalloon> |
Adapter of balloon view.
|
| Chevron |
Base interface defining chevron indicator that can be added to the map.
|
| Circle |
Base interface defining circle that can be added to the map.
|
| DrivingSettings |
Advanced settings for driving options manipulation.
|
| GpsIndicator |
Base interface defining custom indicator that can be added to the map.
|
| Marker |
Base interface defining marker that can be added to the map.
|
| MarkerBalloon |
Marker balloon is a model of view of box above marker.
|
| MarkerSettings |
Advanced settings for markers manipulation.
|
| OnMapReadyCallback |
Callback interface executed when the map is ready to be used.
|
| OnMarkerSelectedListener |
Listener which define behavior for selected and unselected marker.
|
| Overlay |
Base interface defining map overlay (e.g.
|
| OverlaySettings |
Settings for overlays manipulation.
|
| Persistable | |
| Polygon |
Base interface defining polygon that can be added to the map.
|
| Polyline |
Base interface defining polyline that can be added to the map.
|
| Route |
Base interface defining route that can be added to the map.
|
| RouteSettings |
Advanced settings for routes manipulation.
|
| TomtomMap |
Interface that is the main entry point for all methods related to the map.
|
| TomtomMapCallback |
Interface that provides types to interact with the map.
|
| TomtomMapCallback.OnCircleClickListener |
Callback interface for when the user clicks on the circle.
|
| TomtomMapCallback.OnMapChangedListener |
Callback interface for when the map is changed, e.g.
|
| TomtomMapCallback.OnMapClickListener |
Callback interface for when the user clicks on the map.
|
| TomtomMapCallback.OnMapLongClickListener |
Callback interface for when the user long clicks on the map.
|
| TomtomMapCallback.OnMapViewPortChanged |
Callback interface for when the map view port moves.
|
| TomtomMapCallback.OnMarkerClickListener |
Callback interface for when the user clicks on the marker.
|
| TomtomMapCallback.OnMarkerDragListener |
Callback interface for when the user clicks on the marker.
|
| TomtomMapCallback.OnPolygonClickListener |
Callback interface for when the user clicks on the polygon.
|
| TomtomMapCallback.OnPolylineClickListener |
Callback interface for when the user clicks on the polyline.
|
| TomtomMapCallback.OnRouteClickListener |
Callback interface for when the user clicks on the route.
|
| TrafficExtensions |
Traffic extensions
|
| TrafficFlowType |
The style to be used to render the tile.
|
| TrafficFlowType.RasterTrafficFlowType |
Base for raster styles
|
| TrafficFlowType.VectorTrafficFlowType |
Base for vector styles
|
| UiComponentsLayer |
Interface that represents UI components added on top of the map (e.g.
|
| UIMapSettings |
Change settings of displayed map.
|
| UiSettings |
Settings for manipulating map settings related to UI (e.g.
|
| Class | Description |
|---|---|
| BaseBalloonViewAdapter<T extends MarkerBalloon> |
Base adapter for markers balloons.
|
| BaseMarkerBalloon |
Model of the
MarkerBalloon view. |
| CameraPosition |
A class that that describes all camera position parameters, such as
location, zoom levem, pitch angle and bearing.
|
| ChevronBuilder |
GPS Indicator, animates between location changes.
|
| CircleBuilder |
Circle overlay for the map.
|
| Icon |
Class that represents image on the map.
|
| Icon.Factory |
Factory class used to create an
Icon instance. |
| MapConfig |
Configuration of the map.
|
| MapConstants |
Map related constants.
|
| MapFragment |
Fragment is the simplest way to place a map in an application.
|
| MapLayers |
Settings to manipulate map layers options.
|
| MapStateDao_Impl | |
| MapStateDatabase_Impl | |
| MapTiles |
Settings to manipulate map tiles options.
|
| MapView |
A view used to display a map.
|
| MarkerBuilder |
Builder class used to construct marker object that can be added to the map.
|
| PolygonBuilder |
Polygon overlay for the map.
|
| PolylineBuilder |
Polyline overlay for the map.
|
| RouteBuilder |
Builder class used to construct route object that can be added to the map.
|
| SimpleMarkerBalloon | |
| SingleLayoutBalloonViewAdapter |
Adapter which inflate one single layout for all balloons.
|
| TextBalloonViewAdapter |
View adapter and inflater for "single line" marker balloon.
|
| TrafficFlowAndIncidentStep |
Settings to manipulate traffic flow and incidents simultaneously.
|
| TrafficFlowStep |
Settings to manipulate traffic flow options.
|
| TrafficFlowType.AbsoluteTrafficFlowStyle |
Absolute style: the colors will reflect the absolute speed measured.
|
| TrafficFlowType.BaseTrafficFlowStyle |
Base for styles
|
| TrafficFlowType.RasterTrafficFlowType.Factory | |
| TrafficFlowType.ReducedSensitivityTrafficFlowStyle |
Reduced-sensitivity traffic styler displays relative speeds but larger difference from
freeflow (depending on FRC) is required for segment to change the color.
|
| TrafficFlowType.RelativeDelayTrafficFlowStyle |
Relative-delay traffic style displays relative speeds only where they are different from the freeflow speeds.
|
| TrafficFlowType.RelativeTrafficFlowStyle |
Relative style return the speed relative to free-flow, highlighting areas of congestion.
|
| TrafficFlowType.VectorTrafficFlowType.Factory | |
| TrafficIncidentsStep |
Settings to manipulate traffic incidents options.
|
| Enum | Description |
|---|---|
| MarkerAnchor |
The anchor property of the marker.
|
| StyleProperty |
Property of the map style.
|