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,E extends MapPoint> |
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.
|
| LogoSettings |
Settings for manipulating logo colors.
|
| MapPoint |
Representation of the point on 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.
|
| OnTrafficFlowClickListener |
Callback executed when traffic flow on the map is clicked.
|
| OnTrafficIncidentsClickListener |
Callback executed when traffic incidents clicked.
|
| Overlay |
Base interface defining map overlay (e.g.
|
| OverlaySettings |
Settings for overlays manipulation.
|
| Persistable |
Interface used to restore map state.
|
| 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.
|
| StyleSettings |
Advanced settings for style 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
|
| 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 |
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.
|
| 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 levem, pitch angle and bearing.
|
| Chevron.AnimationOptions |
Additional parameters that describes advanced animation options.
|
| ChevronBuilder |
GPS Indicator, animates between location changes.
|
| CircleBuilder |
Circle overlay for the map.
|
| 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.
|
| 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.
|
| RouteStyle |
Specifies properties of the route like: width, fillColor and outlineColor.
|
| RouteStyleBuilder |
Specifies properties of the route like: width, fillColor, outlineColor and properties related to dash/dotted line.
|
| 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 |
Property of the map style.
|