See: Description
| Interface | Description |
|---|---|
| Annotation |
The base interface that describes common methods
used by each element that can be added to the map
(e.g., marker or overlay).
|
| BalloonViewAdapter<T extends MarkerBalloon,E extends MapPoint> |
The adapter of balloon view.
|
| Chevron |
Base interface defining chevron indicator that can be added to the map.
|
| Circle |
The base interface defining a circle that can be added to the map.
|
| DisplaySettings |
This interface defines operations on displayed map components (e.g.
|
| DrivingSettings |
Advanced settings for driving options manipulation.
|
| GpsIndicator |
The base interface defining a custom indicator that can be added to the map.
|
| LogoSettings | Deprecated |
| MapPoint |
The representation of the point on the map.
|
| Marker |
Base interface defining marker that can be added to the map.
|
| MarkerBalloon |
A marker balloon is a model of the view of a box above the marker.
|
| MarkerSettings |
Advanced settings for markers manipulation.
|
| OnMapReadyCallback |
Callback interface executed when the map is ready to be used.
|
| OnMarkerSelectedListener |
A listener which defines the behavior for a selected and unselected marker.
|
| OnTrafficFlowClickListener |
A callback executed when traffic flow on the map is clicked.
|
| OnTrafficIncidentsClickListener |
A callback executed when traffic incidents are clicked.
|
| Overlay |
A base interface defining map overlay (e.g., circle, polygon).
|
| OverlaySettings |
Settings for overlays manipulation.
|
| Persistable |
Interface used to restore map state.
|
| Polygon |
A base interface defining polygon that can be added to the map.
|
| Polyline |
A base interface defining polyline that can be added to the map.
|
| Route |
A base interface defining a route that can be added to the map.
|
| RouteSettings |
Advanced settings for routes manipulation.
|
| StyleSettings |
Advanced settings for style manipulation.
|
| TomtomMap |
Interface that is the main entry point for all methods related to the map.
|
| TomtomMapCallback |
An interface that provides types to interact with the map.
|
| TomtomMapCallback.OnCircleClickListener |
A callback interface called when the user clicks on the circle.
|
| TomtomMapCallback.OnMapChangedListener |
A callback interface called when the map is changed, e.g., a new frame is rotated or new camera
parameters are set.
|
| TomtomMapCallback.OnMapClickListener |
A callback interface called when the user clicks on the map.
|
| TomtomMapCallback.OnMapLongClickListener |
A callback interface called when the user long clicks on the map.
|
| TomtomMapCallback.OnMapViewPortChanged |
A callback interface called when the map view port moves.
|
| TomtomMapCallback.OnMarkerClickListener |
A callback interface called when the user clicks on the marker.
|
| TomtomMapCallback.OnMarkerDragListener |
A callback interface used when the user clicks on the marker.
|
| TomtomMapCallback.OnPolygonClickListener |
A callback interface called when the user clicks on the polygon.
|
| TomtomMapCallback.OnPolylineClickListener |
A callback interface called when the user clicks on the polyline.
|
| TomtomMapCallback.OnRouteClickListener |
A callback interface called 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
|
| TrafficIncidentsType |
The style to be used to render the tile.
|
| TrafficIncidentsType.VectorTrafficIncidentsType |
Base for vector styles
|
| TrafficSettings |
Settings for manipulating traffic settings related to traffic (e.g.
|
| UiComponentsLayer |
Interface that represents UI components added on top of the map (e.g.
|
| UIMapSettings |
Map display settings.
|
| UiSettings |
Settings for manipulating map settings related to UI (e.g.
|
| Class | Description |
|---|---|
| BaseBalloonViewAdapter<T extends MarkerBalloon> |
Base adapter for markers balloons.
|
| BaseGpsPositionIndicator |
Base class defining chevron indicator that can be added to the map.
|
| BaseMarkerBalloon |
Model of the
MarkerBalloon view. |
| CameraPosition |
A class that that describes all camera position parameters, such as
location, zoom level, pitch angle and bearing.
|
| Chevron.AnimationOptions |
Additional parameters that describes advanced animation options.
|
| DashDescriptor |
Class used to describe dash length and gap between dashes.
|
| DefaultGpsPositionIndicator |
Default GPS indicator implementation.
|
| DefaultOnTrafficFlowClickListener |
Default implementation
OnTrafficFlowClickListener. |
| DefaultOnTrafficIncidentClickListener |
Default implementation for traffic incident click listener.
|
| Icon |
Class that represents image on the map.
|
| Icon.Factory |
Factory class used to create an
Icon instance. |
| MapBalloonViewAdapter<T extends MarkerBalloon> |
View adapter for map balloon - balloon displayed on map and related with point on the map.
|
| 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.
|
| 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.
|
| RouteBuilder |
Builder class used to construct route object that can be added to the map.
|
| RouteStyle |
Specifies properties of the route like: width, fillColor and outlineColor.
|
| SimpleMarkerBalloon |
Class used for creating a simple marker balloon with one text property
Subclass of
BaseMarkerBalloon. |
| SingleLayoutBalloonViewAdapter |
Adapter which inflate one single layout for all balloons.
|
| TextBalloonViewAdapter |
View adapter and inflater for "single line" marker balloon.
|
| TrafficFlowBalloonViewAdapter |
Default abstract implementation for inflating traffic balloon model.
|
| TrafficFlowBalloonViewAdapter.Default |
Default implementation of traffic view balloon adapter.
|
| TrafficFlowMapBalloon |
Model of balloon for traffic flows.
|
| 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 | |
| TrafficIncidentsBalloonViewAdapter |
Default abstract implementation for inflating traffic balloon model.
|
| TrafficIncidentsBalloonViewAdapter.Default |
Default implementation for inflating traffic incident balloon model.
|
| TrafficIncidentsBalloonViewAdapter.MagnitudeFormatter |
Formatter for traffic incident magnitude flow param.
|
| TrafficIncidentsBalloonViewAdapter.TrafficFlowFormatter |
Formatter for traffic incident flow.
|
| TrafficIncidentsBalloonViewAdapter.TrafficIncidentPoiFormatter |
Text formatter for incident poi.
|
| TrafficIncidentsBalloonViewAdapter.TrafficRoadCoverageFormatter |
Formatter for traffic incident coverage flow param.
|
| TrafficIncidentsMapBalloon |
Representation of traffic incident balloon displayed on map when traffic incident shown.
|
| TrafficIncidentsType.BaseTrafficIncidentsStyle |
Base for styles
|
| TrafficIncidentsType.CustomTrafficIncidentsStyle |
S2 style: similar to S1 with rounded ends on tubes.
|
| TrafficIncidentsType.DefaultTrafficIncidentsStyle |
S1 style: the basic traffic incidents style.
|
| TrafficIncidentsType.VectorTrafficIncidentsType.Factory | |
| TrafficSelectedState |
Keep information about selected traffic flow.
|
| Enum | Description |
|---|---|
| MarkerAnchor |
The anchor property of the marker.
|
| StyleProperty |
A property of the map style.
|