Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X Y Z 

A

AbsoluteTrafficFlowStyle() - Constructor for class com.tomtom.online.sdk.map.TrafficFlowType.AbsoluteTrafficFlowStyle
 
accept(TrafficIncidentVisitor) - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentCluster
 
accept(TrafficIncidentVisitor) - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentFlow
 
accept(TrafficIncidentVisitor) - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
 
addChevron(ChevronBuilder) - Method in interface com.tomtom.online.sdk.map.DrivingSettings
Add custom chevron to the map.
addCoordinatesToGeometry(LatLng) - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentFlow
 
addImage(Image) - Method in interface com.tomtom.online.sdk.map.style.Style
Adds an image to the style.
addLayer(Layer) - Method in interface com.tomtom.online.sdk.map.style.Style
Adds a layer to the style.
addLocationChecker() - Method in class com.tomtom.online.sdk.common.permission.AppPermissionHandler
Method creates new instance of AndroidPermissionChecker.LocationChecker and adds it to the builder of permission checkers list.
addOnMapReadyCallback(OnMapReadyCallback) - Method in class com.tomtom.online.sdk.map.MapView
Register OnMapReadyCallback callback used to inform that the map view is ready to be used.
addOverlay(Overlay) - Method in interface com.tomtom.online.sdk.map.OverlaySettings
Add new overlay to the map providing overlay options (e.g.
addProperty(String, String) - Method in class com.tomtom.online.sdk.map.BaseMarkerBalloon
Add property to balloon model.
addProperty(String, int) - Method in class com.tomtom.online.sdk.map.BaseMarkerBalloon
Add int property to balloon model.
addProperty(String, long) - Method in class com.tomtom.online.sdk.map.BaseMarkerBalloon
Add long property to balloon model.
addSource(Source) - Method in interface com.tomtom.online.sdk.map.style.Style
Adds a source to the style.
addWriteSDCardCheck() - Method in class com.tomtom.online.sdk.common.permission.AppPermissionHandler
Method returns new instance of AndroidPermissionChecker.WriteSDCardChecker and adds it to the builder of permission checkers list.
AndroidPermissionChecker - Class in com.tomtom.online.sdk.common.permission
The Android's user permissions checker implementation of PermissionChecker
AndroidPermissionChecker(Context, List<String>) - Constructor for class com.tomtom.online.sdk.common.permission.AndroidPermissionChecker
Instantiates a new android permission checker.
AndroidPermissionChecker.LocationChecker - Class in com.tomtom.online.sdk.common.permission
The Android Location permission checker.
AndroidPermissionChecker.ReadSDCardChecker - Class in com.tomtom.online.sdk.common.permission
The Android Read SdCard permission checker.
AndroidPermissionChecker.WriteSDCardChecker - Class in com.tomtom.online.sdk.common.permission
The Android Read SdCard permission checker.
AnimationOptions() - Constructor for class com.tomtom.online.sdk.map.Chevron.AnimationOptions
 
Annotation - Interface in com.tomtom.online.sdk.map
The base interface that describes common methods used by each element that can be added to the map (e.g., marker or overlay).
apply(T) - Method in interface com.tomtom.online.sdk.common.func.Block
Starts executing the active part of the class' code.
apply(Optional<? extends T>, Block<T>) - Static method in class com.tomtom.online.sdk.common.func.FuncUtils
Run function when optional is not absent.
apply(Object, Class<T>, Block<T>) - Static method in class com.tomtom.online.sdk.common.func.FuncUtils
Run function when object is of the specific type.
apply(Object, Class<T>, Block<T>, Runnable) - Static method in class com.tomtom.online.sdk.common.func.FuncUtils
Run function when object is of the specific type otherwise runnable is run.
apply(Optional<? extends T>, Block<T>, Runnable) - Static method in class com.tomtom.online.sdk.common.func.FuncUtils
Run function when optional is not absent.
applyDefaultLogo() - Method in interface com.tomtom.online.sdk.map.LogoSettings
Deprecated.
applyDefaultLogo() - Method in interface com.tomtom.online.sdk.map.ui.logo.LogoView
Change TomTom logo to default colors.
applyInvertedLogo() - Method in interface com.tomtom.online.sdk.map.LogoSettings
Deprecated.
applyInvertedLogo() - Method in interface com.tomtom.online.sdk.map.ui.logo.LogoView
Change TomTom logo to inverted mode.
AppPermissionHandler - Class in com.tomtom.online.sdk.common.permission
The default Application permission handler.
AppPermissionHandler(Context) - Constructor for class com.tomtom.online.sdk.common.permission.AppPermissionHandler
Deprecated.
AppPermissionHandler(Activity) - Constructor for class com.tomtom.online.sdk.common.permission.AppPermissionHandler
Instantiates a new App permission handler.
areMarkersActive() - Method in interface com.tomtom.online.sdk.map.MarkerSettings
Indicates whether any markers are added on the map or not.
areOverlaysActive() - Method in interface com.tomtom.online.sdk.map.OverlaySettings
True if any overlay are added to the map, false otherwise.
ArrowButton - Class in com.tomtom.online.sdk.map.ui.arrowbuttons
Button that represents one of UI extension arrow button controls.
ArrowButton(Context) - Constructor for class com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButton
Default constructor that uses context to initialize this subclass of AppCompatImageView.
ArrowButton(Context, AttributeSet) - Constructor for class com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButton
Custom constructor to provide custom set of attributes.
ArrowButton(Context, AttributeSet, int) - Constructor for class com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButton
Custom constructor to provide custom set of attributes and a reference to default style resource.
ArrowButton.ArrowIcon - Enum in com.tomtom.online.sdk.map.ui.arrowbuttons
Determines the type of arrow icon.
ArrowButtonsGroup - Class in com.tomtom.online.sdk.map.ui.arrowbuttons
Group of arrow buttons used for controlling camera position.
ArrowButtonsGroup(Context) - Constructor for class com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButtonsGroup
Default constructor that uses context to inflate this layout, init views and listeners for every arrow button.
ArrowButtonsGroup(Context, AttributeSet) - Constructor for class com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButtonsGroup
Custom constructor that uses context to inflate this layout, init views and listeners for every arrow button.
ArrowButtonsGroup(Context, AttributeSet, int) - Constructor for class com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButtonsGroup
Custom constructor that uses context to inflate this layout, init views and listeners for every arrow button.
askForNotGrantedPermissions() - Method in class com.tomtom.online.sdk.common.permission.AppPermissionHandler
 
askForNotGrantedPermissions(PermissionHandler.PermissionCallback) - Method in class com.tomtom.online.sdk.common.permission.AppPermissionHandler
 
askForNotGrantedPermissions() - Method in interface com.tomtom.online.sdk.common.permission.PermissionHandler
Perform action to ask a user for not granted permissions.
askForNotGrantedPermissions(PermissionHandler.PermissionCallback) - Method in interface com.tomtom.online.sdk.common.permission.PermissionHandler
Perform action to ask a user for not granted permissions.
asMatchingDataProvider() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Convert tomtomMap to matching data provider representation.
ASSET_PATH - Static variable in class com.tomtom.online.sdk.map.MapConstants
Default path for app assets.

B

BalloonViewAdapter<T extends MarkerBalloon,E extends MapPoint> - Interface in com.tomtom.online.sdk.map
The adapter of balloon view.
BaseBalloonViewAdapter<T extends MarkerBalloon> - Class in com.tomtom.online.sdk.map
Base adapter for markers balloons.
BaseBalloonViewAdapter() - Constructor for class com.tomtom.online.sdk.map.BaseBalloonViewAdapter
 
BaseGpsPositionIndicator - Class in com.tomtom.online.sdk.map
Base class defining chevron indicator that can be added to the map.
BaseGpsPositionIndicator() - Constructor for class com.tomtom.online.sdk.map.BaseGpsPositionIndicator
 
BaseMarkerBalloon - Class in com.tomtom.online.sdk.map
Model of the MarkerBalloon view.
BaseMarkerBalloon() - Constructor for class com.tomtom.online.sdk.map.BaseMarkerBalloon
 
BaseTrafficFlowStyle() - Constructor for class com.tomtom.online.sdk.map.TrafficFlowType.BaseTrafficFlowStyle
 
BaseTrafficFlowStyle(String) - Constructor for class com.tomtom.online.sdk.map.TrafficFlowType.BaseTrafficFlowStyle
 
BaseTrafficIncident - Class in com.tomtom.online.sdk.map.traffic
Base class for traffic incident.
BaseTrafficIncident() - Constructor for class com.tomtom.online.sdk.map.traffic.BaseTrafficIncident
 
BaseTrafficIncidentsStyle() - Constructor for class com.tomtom.online.sdk.map.TrafficIncidentsType.BaseTrafficIncidentsStyle
 
BaseTrafficIncidentsStyle(String) - Constructor for class com.tomtom.online.sdk.map.TrafficIncidentsType.BaseTrafficIncidentsStyle
 
BasicCompassView - Class in com.tomtom.online.sdk.map.ui.compass
Button that represents 2D compass.
BasicCompassView(Context) - Constructor for class com.tomtom.online.sdk.map.ui.compass.BasicCompassView
Default constructor that uses context to initialize this view by loading image resource and setting up on click listener.
BasicCompassView(Context, AttributeSet) - Constructor for class com.tomtom.online.sdk.map.ui.compass.BasicCompassView
Custom constructor that uses context to initialize this view by loading image resource and setting up on click listener.
BasicCompassView(Context, AttributeSet, int) - Constructor for class com.tomtom.online.sdk.map.ui.compass.BasicCompassView
Custom constructor that uses context to initialize this view by loading image resource and setting up on click listener.
BasicCurrentLocationView - Class in com.tomtom.online.sdk.map.ui.currentlocation
Button that is used to center the map on user current location.
BasicCurrentLocationView(Context) - Constructor for class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
Constructor that uses context to initialize view, click actions and set image resource.
BasicCurrentLocationView(Context, AttributeSet) - Constructor for class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
Custom constructor that uses context to initialize view, click actions and set image resource.
BasicCurrentLocationView(Context, AttributeSet, int) - Constructor for class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
Custom constructor that uses context to initialize view, click actions and set image resource.
Block<T> - Interface in com.tomtom.online.sdk.common.func
Represents a command that can be executed.
build() - Method in class com.tomtom.online.sdk.map.MarkerBuilder
Create an instance of a marker.
build() - Method in class com.tomtom.online.sdk.map.RouteBuilder
Used to construct route object.
builder(LatLng) - Static method in class com.tomtom.online.sdk.map.CameraPosition
Builder to construct CameraPosition class.

C

CACHE_FILE - Static variable in class com.tomtom.online.sdk.map.MapConstants
Default path for map data cache.
CameraPosition - Class in com.tomtom.online.sdk.map
A class that that describes all camera position parameters, such as location, zoom levem, pitch angle and bearing.
CameraPosition() - Constructor for class com.tomtom.online.sdk.map.CameraPosition
 
canShowBalloon() - Method in interface com.tomtom.online.sdk.map.Marker
 
canShowBalloon(boolean) - Method in interface com.tomtom.online.sdk.map.Marker
A setter for permission to show a balloon.
Chevron - Interface in com.tomtom.online.sdk.map
Base interface defining chevron indicator that can be added to the map.
Chevron.AnimationOptions - Class in com.tomtom.online.sdk.map
Additional parameters that describes advanced animation options.
Circle - Interface in com.tomtom.online.sdk.map
The base interface defining a circle that can be added to the map.
clear() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Clear from map all annotation, like markers, polyline, polygon's, routes or chevrons.
clusterId - Variable in class com.tomtom.online.sdk.map.traffic.TrafficIncidentCluster
 
clusterId - Variable in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
 
collectLogsToFile(String) - Method in interface com.tomtom.online.sdk.map.TomtomMap
Collect logs from logcat to file.
com.tomtom.core.maps.gestures - package com.tomtom.core.maps.gestures
 
com.tomtom.online.sdk.common.func - package com.tomtom.online.sdk.common.func
It is a group of main entry classes that represents function execution utilities.
com.tomtom.online.sdk.common.location - package com.tomtom.online.sdk.common.location
It is a group of main entry classes that represents locale classes.
com.tomtom.online.sdk.common.permission - package com.tomtom.online.sdk.common.permission
It is a group of main entry classes that represents utils classes to handle Android permissions.
com.tomtom.online.sdk.common.util - package com.tomtom.online.sdk.common.util
It is a group of entry classes that represents general purpose utils.
com.tomtom.online.sdk.location - package com.tomtom.online.sdk.location
 
com.tomtom.online.sdk.map - package com.tomtom.online.sdk.map
This is a group of entry classes that specifies components that can be added onto the map.
com.tomtom.online.sdk.map.copyrights - package com.tomtom.online.sdk.map.copyrights
This is a group of entry classes to handle copyrights behaviour.
com.tomtom.online.sdk.map.model - package com.tomtom.online.sdk.map.model
It is a group of main entry classes that represents data model for the TomTom map.
com.tomtom.online.sdk.map.rx - package com.tomtom.online.sdk.map.rx
It is a group of main entry classes that adds rx extension for the map.
com.tomtom.online.sdk.map.style - package com.tomtom.online.sdk.map.style
This is a group of entry classes that represents map style and its elements.
com.tomtom.online.sdk.map.style.layers - package com.tomtom.online.sdk.map.style.layers
This is a group of entry classes that represents style layer elements.
com.tomtom.online.sdk.map.style.sources - package com.tomtom.online.sdk.map.style.sources
This is a group of entry classes that represents style source elements.
com.tomtom.online.sdk.map.traffic - package com.tomtom.online.sdk.map.traffic
This is a group of entry classes to specify Traffic Incident behaviour.
com.tomtom.online.sdk.map.ui.arrowbuttons - package com.tomtom.online.sdk.map.ui.arrowbuttons
It is a group of classes which provides the functionality of creating and handling arrow buttons.
com.tomtom.online.sdk.map.ui.compass - package com.tomtom.online.sdk.map.ui.compass
It contains classes related to the compass map component.
com.tomtom.online.sdk.map.ui.currentlocation - package com.tomtom.online.sdk.map.ui.currentlocation
It contains classes related to the current location map component.
com.tomtom.online.sdk.map.ui.dialog - package com.tomtom.online.sdk.map.ui.dialog
It contains classes related to the dialogs used by the map.
com.tomtom.online.sdk.map.ui.logo - package com.tomtom.online.sdk.map.ui.logo
 
com.tomtom.online.sdk.map.ui.zoom - package com.tomtom.online.sdk.map.ui.zoom
It is a group of classes which provides the functionality of creating and handling zoom buttons.
Comparator(LatLng) - Constructor for class com.tomtom.online.sdk.common.location.LatLng.Comparator
Constructor of utility class used for comparing two geo points using great-circle distance formula.
compare(LatLng, LatLng) - Method in class com.tomtom.online.sdk.common.location.LatLng.Comparator
 
coordinates - Variable in class com.tomtom.online.sdk.map.traffic.TrafficIncidentCluster
 
coordinates - Variable in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
 
CopyrightsExtension - Class in com.tomtom.online.sdk.map.copyrights
Copyrights module to get copyrights from tomtom service.
CopyrightsExtension(UiSettings, TextView, String) - Constructor for class com.tomtom.online.sdk.map.copyrights.CopyrightsExtension
Constructor for copyright module that initializes copyright service with context from passed text view and Maps API key.
CopyrightsViewAdapter - Interface in com.tomtom.online.sdk.map.copyrights
The adapter of copyrights view.
countNewZoom(TrafficIncidentCluster) - Method in class com.tomtom.online.sdk.map.DefaultOnTrafficIncidentClickListener
When cluster clicked count new zoom level.
create(String) - Static method in class com.tomtom.online.sdk.map.TrafficFlowType.RasterTrafficFlowType.Factory
 
create(String) - Static method in class com.tomtom.online.sdk.map.TrafficFlowType.VectorTrafficFlowType.Factory
 
create(String) - Static method in class com.tomtom.online.sdk.map.TrafficIncidentsType.VectorTrafficIncidentsType.Factory
 
createDefault() - Static method in class com.tomtom.core.maps.gestures.GesturesDetectionSettings
Creates the default settings for gestures detection.
createDefaultLocationSource(Context, LocationUpdateListener) - Method in class com.tomtom.online.sdk.location.LocationSourceFactory
Deprecated.
Creates default location source.
createDefaultLocationSource(Context, LocationUpdateListener, LocationRequest) - Method in class com.tomtom.online.sdk.location.LocationSourceFactory
Deprecated.
Creates default location source.
createGeoJsonSource(String) - Static method in class com.tomtom.online.sdk.map.style.sources.SourceFactory
Creates a GeoJSONSource with default GeoJSON options.
createGpsIndicator() - Method in class com.tomtom.online.sdk.map.MapView
 
createImageSource(String, List<LatLng>) - Static method in class com.tomtom.online.sdk.map.style.sources.SourceFactory
Creates an ImageSource with given corner coordinates and default ImageSource options.
createLayer(String) - Static method in class com.tomtom.online.sdk.map.style.layers.LayerFactory
Creates a layer based on a provided JSON description.
createLocationChecker(Context) - Static method in class com.tomtom.online.sdk.common.permission.AndroidPermissionChecker
Creates a android permission checker to validate if the permissions ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION have been granted by the user
createMap() - Method in class com.tomtom.online.sdk.map.MapView
 
createMapDatabase(Context) - Method in class com.tomtom.online.sdk.map.MapView
 
createReadSDCardChecker(Context) - Static method in class com.tomtom.online.sdk.common.permission.AndroidPermissionChecker
Creates a android permission checker to validate if the permission READ_EXTERNAL_STORAGE have been granted by the user
createSource(String) - Static method in class com.tomtom.online.sdk.map.style.sources.SourceFactory
Creates a source based on a provided JSON description.
CurrentLocationClickAction - Class in com.tomtom.online.sdk.map.ui.currentlocation
Class with listener to check if user clicked center on map component.
CurrentLocationClickAction(ClickableMapComponent.MapComponentClickCallback) - Constructor for class com.tomtom.online.sdk.map.ui.currentlocation.CurrentLocationClickAction
Constructor with ClickableMapComponent.MapComponentClickCallback which is used for listening if user clicked center on map component so proper action could be performed.
CustomTrafficIncidentsStyle(String) - Constructor for class com.tomtom.online.sdk.map.TrafficIncidentsType.CustomTrafficIncidentsStyle
 

D

DashDescriptor - Class in com.tomtom.online.sdk.map
Class used to describe dash length and gap between dashes.
DashDescriptor(double, double) - Constructor for class com.tomtom.online.sdk.map.DashDescriptor
Default constructor.
decal(boolean) - Method in class com.tomtom.online.sdk.map.MarkerBuilder
Whether the marker icon is to be attached to the map
DECIMAL_PRECISION - Static variable in class com.tomtom.online.sdk.map.copyrights.CopyrightsExtension
Number of digits after decimal point.
Default() - Constructor for class com.tomtom.online.sdk.map.TrafficFlowBalloonViewAdapter.Default
 
Default() - Constructor for class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.Default
 
DEFAULT_BOUNDING_BOX - Static variable in class com.tomtom.core.maps.gestures.GesturesDetectionSettings
Deprecated.
DEFAULT_INACTIVE_ROUTE_STYLE - Static variable in class com.tomtom.online.sdk.map.RouteStyle
Default inactive route style which will be used if custom one will not be specified during route creation.
DEFAULT_POLYLINE_WIDTH - Static variable in interface com.tomtom.online.sdk.map.Polyline
The default polyline width.
DEFAULT_ROUTE_STYLE - Static variable in class com.tomtom.online.sdk.map.RouteStyle
Default route style which will be used if custom one will not be specified during route creation.
DEFAULT_ZOOM_LEVEL - Static variable in class com.tomtom.online.sdk.map.MapConstants
Default map zoom level.
DefaultGpsPositionIndicator - Class in com.tomtom.online.sdk.map
Default GPS indicator implementation.
DefaultGpsPositionIndicator() - Constructor for class com.tomtom.online.sdk.map.DefaultGpsPositionIndicator
 
DefaultOnTrafficFlowClickListener - Class in com.tomtom.online.sdk.map
Default implementation OnTrafficFlowClickListener.
DefaultOnTrafficFlowClickListener(TomtomMap) - Constructor for class com.tomtom.online.sdk.map.DefaultOnTrafficFlowClickListener
Default implementation which can be used to get information about traffic flow from traffic vector tiles.
DefaultOnTrafficIncidentClickListener - Class in com.tomtom.online.sdk.map
Default implementation for traffic incident click listener.
DefaultOnTrafficIncidentClickListener(TomtomMap) - Constructor for class com.tomtom.online.sdk.map.DefaultOnTrafficIncidentClickListener
Listener which handle click on incidents.
DefaultTrafficIncidentsStyle() - Constructor for class com.tomtom.online.sdk.map.TrafficIncidentsType.DefaultTrafficIncidentsStyle
 
delay - Variable in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
 
DELAY_TO_COLLECT_PERMISSIONS_TO_ASK_MILLIS - Static variable in class com.tomtom.online.sdk.common.permission.AppPermissionHandler
Delay to collect permissions to ask before requesting them.
description - Variable in class com.tomtom.online.sdk.map.traffic.TrafficIncidentCluster
 
description - Variable in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
 
deselect() - Method in interface com.tomtom.online.sdk.map.Marker
Marks the marker as deselected.
DialogsFactory - Class in com.tomtom.online.sdk.map.ui.dialog
Factory class to construct specific dialogs used by the map.
DialogsFactory(Context) - Constructor for class com.tomtom.online.sdk.map.ui.dialog.DialogsFactory
Default constructor.
disableAllMarkers() - Method in class com.tomtom.online.sdk.map.DefaultOnTrafficIncidentClickListener
When traffic incidents popup shown markes popup should be close.
disableMapBearingSmoothing() - Method in interface com.tomtom.online.sdk.map.DrivingSettings
Disable low-pass filtering with camera bearing.
dismissTrafficBalloon() - Method in interface com.tomtom.online.sdk.map.TrafficSettings
Dismiss map balloon with traffic information.
DisplaySettings - Interface in com.tomtom.online.sdk.map
This interface defines operations on displayed map components (e.g.
doFrame(long) - Method in class com.tomtom.online.sdk.map.MapView
 
draggable(boolean) - Method in class com.tomtom.online.sdk.map.MarkerBuilder
When true, marker will be draggable.
DrivingSettings - Interface in com.tomtom.online.sdk.map
Advanced settings for driving options manipulation.

E

enableMapBearingSmoothing(long) - Method in interface com.tomtom.online.sdk.map.DrivingSettings
Enable low-pass filtering so that camera can follow the chevron in more smoother way.
endIcon(Icon) - Method in class com.tomtom.online.sdk.map.RouteBuilder
Icon added to the end point of the route.

F

Factory() - Constructor for class com.tomtom.online.sdk.map.Icon.Factory
 
Factory() - Constructor for class com.tomtom.online.sdk.map.TrafficFlowType.RasterTrafficFlowType.Factory
 
Factory() - Constructor for class com.tomtom.online.sdk.map.TrafficFlowType.VectorTrafficFlowType.Factory
 
Factory() - Constructor for class com.tomtom.online.sdk.map.TrafficIncidentsType.VectorTrafficIncidentsType.Factory
 
featuresAtCoordinates(LatLng, List<String>) - Method in interface com.tomtom.online.sdk.map.DisplaySettings
Provides access to rendered features related to passed location within specified layers.
featuresAtPoint(PointF, List<String>) - Method in interface com.tomtom.online.sdk.map.DisplaySettings
Provides access to rendered features related to passed screen point within specified layers.
featuresInScreenRect(RectF, List<String>) - Method in interface com.tomtom.online.sdk.map.DisplaySettings
Provides access to rendered features related to passed screenbox within specified layers.
findBestTrafficFlow(TrafficFlowMapBalloon) - Method in class com.tomtom.online.sdk.map.TrafficFlowBalloonViewAdapter.Default
 
findImageById(String) - Method in interface com.tomtom.online.sdk.map.style.Style
Provides access to the image with the provided id if such an image is present in the style.
findLayerById(String) - Method in interface com.tomtom.online.sdk.map.style.Style
Provides access to the layer with a provided id if such a layer is present in the style.
findLayersById(String) - Method in interface com.tomtom.online.sdk.map.style.Style
Provides access to all layers whose id matches the provided Regex.
findLayersBySourceLayerId(String) - Method in interface com.tomtom.online.sdk.map.style.Style
Provides access to all layers whose source layers have an id matching the provided Regex.
findOverlayByTag(Serializable) - Method in interface com.tomtom.online.sdk.map.OverlaySettings
Find the overlay using it's tag
findSourceById(String) - Method in interface com.tomtom.online.sdk.map.style.Style
Provides access to the source with the provided id if such a source is present in the style.
first(Iterable<T>) - Static method in class com.tomtom.online.sdk.common.func.FuncUtils
Return first element from iterable when possible.
forEach(Iterable<? extends T>, Block<T>) - Static method in class com.tomtom.online.sdk.common.func.FuncUtils
Iterate iterable and apply function on each item.
forEachIndexed(Iterable<? extends T>, BlockWithIndex<T>) - Static method in class com.tomtom.online.sdk.common.func.FuncUtils
Iterate iterable and apply function on each item.
format(Optional<Integer>) - Method in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.MagnitudeFormatter
 
format(TrafficIncidentFlow) - Method in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.TrafficFlowFormatter
 
format(TrafficIncidentPoi) - Method in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.TrafficIncidentPoiFormatter
 
format(Optional<String>) - Method in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.TrafficRoadCoverageFormatter
 
forWeekEach(Iterable<WeakReference<? extends T>>, Block<WeakReference<? extends T>>) - Static method in class com.tomtom.online.sdk.common.func.FuncUtils
Iterate iterable and apply function on each item.
fromAssets(Context, String) - Static method in class com.tomtom.online.sdk.map.Icon.Factory
Load icon from assets.
fromAssets(Context, String, double) - Static method in class com.tomtom.online.sdk.map.Icon.Factory
Load icon from assets.
fromDrawable(String, Drawable) - Static method in class com.tomtom.online.sdk.map.Icon.Factory
Load icon from drawables.
fromDrawable(String, Drawable, double) - Static method in class com.tomtom.online.sdk.map.Icon.Factory
Load icon from drawables.
fromInt(int) - Static method in enum com.tomtom.online.sdk.map.style.layers.Visibility
Converts int to the enum.
fromLayerDrawable(String, LayerDrawable) - Static method in class com.tomtom.online.sdk.map.Icon.Factory
Load icon from layer drawables.
fromLayerDrawable(String, LayerDrawable, double) - Static method in class com.tomtom.online.sdk.map.Icon.Factory
Load icon from layer drawables.
fromObj(TrafficFlowMapBalloon) - Method in class com.tomtom.online.sdk.map.traffic.TrafficFlowMapModelDataConverter
Type converter to save state for traffic
fromObj(ArrayList<TrafficFlow>) - Method in class com.tomtom.online.sdk.map.traffic.TrafficFlowModelDataConverter
Type converter to save state for traffic
fromObj(ArrayList<TrafficIncidentFlow>) - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentFlowsModelDataConverter
Type converter to save state for traffic
fromObj(ArrayList<TrafficIncidentPoi>) - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoisModelDataConverter
Type converter
fromObj(TrafficIncidentsMapBalloon) - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentsMapModelDataConverter
Type converter to save state for traffic
fromResources(Context, int) - Static method in class com.tomtom.online.sdk.map.Icon.Factory
Load icon from resources.
fromResources(Context, int, double) - Static method in class com.tomtom.online.sdk.map.Icon.Factory
Load icon from resources.
fromString(String) - Static method in enum com.tomtom.online.sdk.map.model.MapLayersType
Get MapTilesType from String.
fromString(String) - Static method in enum com.tomtom.online.sdk.map.model.MapTilesType
Get MapTilesType from String.
FULL - Static variable in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.TrafficRoadCoverageFormatter
Server representation of two side road traffic coverage.
FuncUtils - Class in com.tomtom.online.sdk.common.func
Utility methods to execute Block functions.
FuncUtils() - Constructor for class com.tomtom.online.sdk.common.func.FuncUtils
 

G

GeoJsonSource - Interface in com.tomtom.online.sdk.map.style.sources
The interface that represents a GeoJSON source.
GesturesDetectionSettings - Class in com.tomtom.core.maps.gestures
A class containing gestures detection settings such as zoom settings or panning settings.
getAnchor() - Method in interface com.tomtom.online.sdk.map.Marker
 
getAndroidPermissionCheckersBuilder() - Method in class com.tomtom.online.sdk.common.permission.AppPermissionHandler
Getter for a builder of permission checkers list.
getAsyncMap(OnMapReadyCallback) - Method in class com.tomtom.online.sdk.map.MapFragment
Sets a callback which will be triggered when the map instance is ready to use.
getBalloonOffset(E) - Method in interface com.tomtom.online.sdk.map.BalloonViewAdapter
Gets the balloon offset from the marker.
getBalloonOffset(Marker) - Method in class com.tomtom.online.sdk.map.BaseBalloonViewAdapter
Specify the position of the balloon relatively to the marker (anchoring).
getBalloonOffset(MapPoint) - Method in class com.tomtom.online.sdk.map.MapBalloonViewAdapter
 
getBalloonView() - Method in interface com.tomtom.online.sdk.map.BalloonViewAdapter
A view of the marker balloon.
getBalloonView() - Method in class com.tomtom.online.sdk.map.BaseBalloonViewAdapter
 
getBalloonView() - Method in class com.tomtom.online.sdk.map.MapBalloonViewAdapter
 
getCameraPosition() - Method in interface com.tomtom.online.sdk.map.UiSettings
Get current camera position of the map.
getChevrons() - Method in interface com.tomtom.online.sdk.map.DrivingSettings
Get list of currently added chevrons.
getClusterId() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentCluster
Gets the cluster id.
getClusterId() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
Gets the Id of the parent cluster if the incident is clustered.
getColor() - Method in interface com.tomtom.online.sdk.map.Overlay
Gets the color of the overlay in RGBA format.
getCompassView() - Method in class com.tomtom.online.sdk.map.MapView
 
getCompassView() - Method in interface com.tomtom.online.sdk.map.UiComponentsLayer
Get compass view.
getCompassView() - Method in interface com.tomtom.online.sdk.map.UiSettings
The CompassView component.
getContext() - Method in class com.tomtom.online.sdk.map.copyrights.CopyrightsExtension
 
getContext() - Method in interface com.tomtom.online.sdk.map.copyrights.CopyrightsViewAdapter
Get Context that is used to show copyrights view.
getContext() - Method in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.MagnitudeFormatter
 
getContext() - Method in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.TrafficFlowFormatter
 
getContext() - Method in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.TrafficIncidentPoiFormatter
 
getContext() - Method in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.TrafficRoadCoverageFormatter
 
getCoordinates() - Method in interface com.tomtom.online.sdk.map.Polygon
Gets the list of the polygon corners.
getCoordinates() - Method in interface com.tomtom.online.sdk.map.Polyline
Gets the list of the polyline corners.
getCoordinates() - Method in interface com.tomtom.online.sdk.map.Route
Gets the route points.
getCoordinates() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentCluster
Gets the point representing the position of the cluster.
getCoordinates() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
Gets the point representing the position of the POI (Points of Interest).
getCopyrightsViewAdapter() - Method in interface com.tomtom.online.sdk.map.UiSettings
The CopyrightsViewAdapter object.
getCurrentLocationView() - Method in class com.tomtom.online.sdk.map.MapView
 
getCurrentLocationView() - Method in interface com.tomtom.online.sdk.map.UiComponentsLayer
Get current location view.
getCurrentLocationView() - Method in interface com.tomtom.online.sdk.map.UiSettings
The CenterOnCurrentLocationView component.
getDashGap() - Method in class com.tomtom.online.sdk.map.DashDescriptor
Getter for dash gap.
getDashLength() - Method in class com.tomtom.online.sdk.map.DashDescriptor
Getter for dash length.
getData() - Method in class com.tomtom.online.sdk.map.Icon
Get icon image as byte array.
getDefaultOnMapDragListener() - Method in interface com.tomtom.online.sdk.map.MarkerSettings
 
getDelay() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
Gets the delay caused by the incident in seconds (except in road closures).
getDescription() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentCluster
Gets the cluster description.
getDescription() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
Gets the description of the incident.
getDisplaySettings() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Advanced settings for displayed map components (e.g.
getDrivingSettings() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Advanced settings for driving options manipulation.
getFlows() - Method in class com.tomtom.online.sdk.map.TrafficIncidentsMapBalloon
Get list of kept flows.
getGeometry() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentFlow
Gets the coordinates representing the geometry of the incident.
getGestureDetector() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Get current gesture detector implementation.
getGesturesDetectionSettings() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Obtains the gestures detection settings object.
getGpsPositionIndicator() - Method in interface com.tomtom.online.sdk.map.TomtomMap
GPS Position icon indicator.
getHeading() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
Gets the direction of the traffic incident.
getHeight() - Method in class com.tomtom.online.sdk.map.Icon
Get icon image height.
getIconCategory() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentCluster
Gets the icon category associated with the cluster.
getIconCategory() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
Gets the icon category associated with this incident.
getIconHeight() - Method in interface com.tomtom.online.sdk.map.Marker
 
getIconName() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentCluster
Gets the icon name associated with the cluster.
getIconName() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
Gets the icon name associated with this incident.
getIconWidth() - Method in interface com.tomtom.online.sdk.map.Marker
 
getId() - Method in interface com.tomtom.online.sdk.map.Annotation
Gets the annotation Id.
getId() - Method in interface com.tomtom.online.sdk.map.style.layers.Layer
Returns the ID (a human-readable name) of the layer.
getId() - Method in interface com.tomtom.online.sdk.map.style.sources.Source
Returns the ID (a human-readable name) of the source.
getId() - Method in class com.tomtom.online.sdk.map.traffic.BaseTrafficIncident
Gets the id of the incident.
getIncidentsStyle() - Method in class com.tomtom.online.sdk.map.TrafficIncidentsType.BaseTrafficIncidentsStyle
 
getIncidentsStyle() - Method in interface com.tomtom.online.sdk.map.TrafficIncidentsType
The style to be used to render the tile.
getIntProperty(String) - Method in class com.tomtom.online.sdk.map.BaseMarkerBalloon
 
getIsLeftHandTraffic() - Method in class com.tomtom.online.sdk.map.traffic.BaseTrafficIncident
Gets the value which indicates if the road has left-hand traffic.
getIsTollRoad() - Method in class com.tomtom.online.sdk.map.traffic.TrafficFlow
Gets the value which indicates if the road is a toll road.
getLatitude() - Method in class com.tomtom.online.sdk.common.location.LatLng
Get latitude.
getLatitudeAsString() - Method in class com.tomtom.online.sdk.common.location.LatLng
Converts longitude to string.
getLayers() - Method in interface com.tomtom.online.sdk.map.style.Style
Provides access to all layers in the style.
getLayout(Marker, M) - Method in class com.tomtom.online.sdk.map.BaseBalloonViewAdapter
layout depends on marker or marker type or marker values or marker balloon values or marker balloon type.
getLayout(MapPoint, M) - Method in class com.tomtom.online.sdk.map.MapBalloonViewAdapter
 
getLayout(Marker, BaseMarkerBalloon) - Method in class com.tomtom.online.sdk.map.SingleLayoutBalloonViewAdapter
return layout for marker or marker balloon.
getLayout(MapPoint, TrafficFlowMapBalloon) - Method in class com.tomtom.online.sdk.map.TrafficFlowBalloonViewAdapter.Default
Layout which will be used to inflate balloon model.
getLayout(MapPoint, TrafficIncidentsMapBalloon) - Method in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.Default
getLayout(MapPoint, TrafficIncidentsMapBalloon) - Method in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter
getList() - Method in class com.tomtom.online.sdk.map.TrafficFlowMapBalloon
Traffic flow information on the map.
getLocation() - Method in interface com.tomtom.online.sdk.map.Chevron
Current chevron position.
getLogoSettings() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Settings for manipulating logo and copyrights text view.
getLogoView() - Method in class com.tomtom.online.sdk.map.MapView
 
getLogoView() - Method in interface com.tomtom.online.sdk.map.UiComponentsLayer
Gets TomTom logo view.
getLogoView() - Method in interface com.tomtom.online.sdk.map.UiSettings
The LogoView component.
getLongitude() - Method in class com.tomtom.online.sdk.common.location.LatLng
Get longitude.
getLongitudeAsString() - Method in class com.tomtom.online.sdk.common.location.LatLng
Converts latitude to string.
getLongProperty(String) - Method in class com.tomtom.online.sdk.map.BaseMarkerBalloon
 
getMagnitude() - Method in class com.tomtom.online.sdk.map.traffic.BaseTrafficIncident
Gets the magnitude of delay associated with the incident.
getMapChangeListener() - Method in class com.tomtom.online.sdk.map.MapView
For test only.
getMapLayersType() - Method in interface com.tomtom.online.sdk.map.UiSettings
Get information about current map layer settings.
getMapModeType() - Method in interface com.tomtom.online.sdk.map.UiSettings
Get current map mode type.
getMapTilesType() - Method in interface com.tomtom.online.sdk.map.UiSettings
Get information about current map tiles settings.
getMarkerBalloon() - Method in interface com.tomtom.online.sdk.map.Marker
 
getMarkerBalloonsLayerView() - Method in class com.tomtom.online.sdk.map.MapView
 
getMarkerBalloonsLayerView() - Method in interface com.tomtom.online.sdk.map.UiComponentsLayer
Get view group that is used to add marker balloons.
getMarkerBalloonViewAdapter() - Method in interface com.tomtom.online.sdk.map.MarkerSettings
 
getMarkerSettings() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Advanced settings for markers manipulation.
getMaxBounds() - Method in class com.tomtom.core.maps.gestures.GesturesDetectionSettings
Obtains the maximum bounds which can be set for the map view port.
getMaxZoom() - Method in class com.tomtom.core.maps.gestures.GesturesDetectionSettings
Obtains the maximum zoom level which can be set for the map view port.
getMaxZoom() - Method in interface com.tomtom.online.sdk.map.style.layers.Layer
Returns the largest zoom value that the layer is visible at.
getMinZoom() - Method in class com.tomtom.core.maps.gestures.GesturesDetectionSettings
Obtains the minimal zoom level which can be set for the map.
getMinZoom() - Method in interface com.tomtom.online.sdk.map.style.layers.Layer
Returns the smallest zoom value that the layer is visible at.
getNotGrantedPermission() - Method in class com.tomtom.online.sdk.common.permission.AndroidPermissionChecker
Gets a list of not granted permission.
getOpacity() - Method in interface com.tomtom.online.sdk.map.Overlay
Gets the opacity of the overlay.
getOutlineColor() - Method in interface com.tomtom.online.sdk.map.Circle
Specifies the circles outline color.
getOutlineColor() - Method in interface com.tomtom.online.sdk.map.Polygon
Gets the outline color of the polygon.
getOverlays() - Method in interface com.tomtom.online.sdk.map.OverlaySettings
List of all overlays
getOverlaySettings() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Overlay is shape or polyline or polygon.
getPanningControlsView() - Method in class com.tomtom.online.sdk.map.MapView
 
getPanningControlsView() - Method in interface com.tomtom.online.sdk.map.UiComponentsLayer
Get controls to pan the map.
getPanningControlsView() - Method in interface com.tomtom.online.sdk.map.UiSettings
The PanningControlsView component.
getPois() - Method in class com.tomtom.online.sdk.map.TrafficIncidentsMapBalloon
Get list of kept incidents pois.
getPoiType() - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
Gets the poi type.
getPosition() - Method in interface com.tomtom.online.sdk.map.Circle
The position center of the circle overlay.
getPosition() - Method in interface com.tomtom.online.sdk.map.MapPoint
The position of the point on map.
getProperty(String) - Method in class com.tomtom.online.sdk.map.BaseMarkerBalloon
Get property from balloon model.
getRadius() - Method in interface com.tomtom.online.sdk.map.Circle
The circle radius in meters.
getResultScheduler() - Method in class com.tomtom.online.sdk.map.copyrights.CopyrightsExtension
 
getResultScheduler() - Method in interface com.tomtom.online.sdk.map.rx.RxContext
Scheduler used to process a result.
getRoadType() - Method in class com.tomtom.online.sdk.map.traffic.BaseTrafficIncident
Gets the tag value describing the road type.
getRoadType() - Method in class com.tomtom.online.sdk.map.traffic.TrafficFlow
Gets the tag value that describes the road type.
getRoadType(Context, TrafficFlow) - Method in class com.tomtom.online.sdk.map.TrafficFlowBalloonViewAdapter.Default
Generate string representation the tag value describes the road type.
getRouteSettings() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Advanced settings for displaying route on map.
getScale() - Method in class com.tomtom.online.sdk.map.Icon
Get icon scale.
getSelectedMarker() - Method in interface com.tomtom.online.sdk.map.MarkerSettings
Get list of selected markers.
getSourceId() - Method in interface com.tomtom.online.sdk.map.style.layers.Layer
Returns the ID (a human-readable name) of the source of data for this layer.
getSourceLayer() - Method in interface com.tomtom.online.sdk.map.style.layers.Layer
Returns the ID of the source layer of this layer.
getSpecialRoadInfo(Context, TrafficFlow) - Method in class com.tomtom.online.sdk.map.TrafficFlowBalloonViewAdapter.Default
Generate string to describe the tag presence indicates the existence of one of the following: bridge, tunnel, skyway, ferry by boat (ferry), ferry by rail (rail).
getStringProperty(String) - Method in class com.tomtom.online.sdk.map.BaseMarkerBalloon
 
getStyleSettings() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Advanced settings for style manipulation (e.g.
getTag() - Method in interface com.tomtom.online.sdk.map.Annotation
Gets the annotation tag.
getTollRoadType(Context, TrafficFlow) - Method in class com.tomtom.online.sdk.map.TrafficFlowBalloonViewAdapter.Default
Generate string to describe the type of toll road related with traffic.
getTrafficCoverageInfo(Context, TrafficFlow) - Method in class com.tomtom.online.sdk.map.TrafficFlowBalloonViewAdapter.Default
Generate string representation the tag value which describes the traffic road coverage.
getTrafficLevel() - Method in class com.tomtom.online.sdk.map.traffic.TrafficFlow
Gets the value which indicates the traffic speed.
getTrafficLevel(TrafficFlow) - Method in class com.tomtom.online.sdk.map.TrafficFlowBalloonViewAdapter.Default
Generate string to describe the level of traffic.
getTrafficRasterFlowStyle() - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Get information about current traffic vector flow style settings.
getTrafficRoadCoverage() - Method in class com.tomtom.online.sdk.map.traffic.BaseTrafficIncident
Gets the tag value that describes if the traffic is assigned to the whole road (one-way road), or only to one side (two-way road).
getTrafficRoadCoverage() - Method in class com.tomtom.online.sdk.map.traffic.TrafficFlow
Gets the tag value which describes if the traffic is assigned to the whole road (one-way road), or only to one side (two-way road).
getTrafficSettings() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Settings for manipulating traffic settings.
getTrafficStyle() - Method in class com.tomtom.online.sdk.map.TrafficFlowType.BaseTrafficFlowStyle
 
getTrafficStyle() - Method in interface com.tomtom.online.sdk.map.TrafficFlowType
The style to be used to render the tile.
getTrafficVectorFlowStyle() - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Get information about current traffic vector flow style settings.
getTravelMode() - Method in class com.tomtom.online.sdk.map.traffic.TrafficFlow
Gets the tag presence and indicates the existence of one of the following: bridge, tunnel, skyway, ferry by boat (ferry), ferry by rail (rail).
getUiSettings() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Settings for manipulating map settings related to UI (e.g.
getValue() - Method in enum com.tomtom.online.sdk.map.style.layers.Visibility
The int value that is assigned to the enumeration value.
getView() - Method in class com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButtonsGroup
 
getView() - Method in class com.tomtom.online.sdk.map.ui.compass.BasicCompassView
 
getView() - Method in class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
 
getView() - Method in class com.tomtom.online.sdk.map.ui.zoom.ZoomButtonsGroup
 
getVisibility() - Method in interface com.tomtom.online.sdk.map.style.layers.Layer
Returns the visibility of this layer.
getWidth() - Method in interface com.tomtom.online.sdk.map.Circle
The width of the circle in pixels.
getWidth() - Method in class com.tomtom.online.sdk.map.Icon
Get icon image width.
getWidth() - Method in interface com.tomtom.online.sdk.map.Polyline
Gets the polyline width in pixels.
getWorkingScheduler() - Method in class com.tomtom.online.sdk.map.copyrights.CopyrightsExtension
 
getWorkingScheduler() - Method in interface com.tomtom.online.sdk.map.rx.RxContext
Scheduler used to execute a background task.
getZoomingControlsView() - Method in class com.tomtom.online.sdk.map.MapView
 
getZoomingControlsView() - Method in interface com.tomtom.online.sdk.map.UiComponentsLayer
Gets controls to zoom in and zoom out the map.
getZoomingControlsView() - Method in interface com.tomtom.online.sdk.map.UiSettings
The ZoomingControlsView component.
getZoomLevel() - Method in interface com.tomtom.online.sdk.map.UiSettings
Get current zoom level.
GpsIndicator - Interface in com.tomtom.online.sdk.map
The base interface defining a custom indicator that can be added to the map.

H

heading - Variable in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
 
hide() - Method in interface com.tomtom.online.sdk.map.GpsIndicator
Makes the indicator element invisible.
hide() - Method in class com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButtonsGroup
 
hide() - Method in class com.tomtom.online.sdk.map.ui.compass.BasicCompassView
 
hide() - Method in class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
 
hide() - Method in class com.tomtom.online.sdk.map.ui.zoom.ZoomButtonsGroup
 

I

Icon - Class in com.tomtom.online.sdk.map
Class that represents image on the map.
Icon(String, int, int, double, byte[], boolean) - Constructor for class com.tomtom.online.sdk.map.Icon
Constructor for drawables.
icon(Icon) - Method in class com.tomtom.online.sdk.map.MarkerBuilder
Icon with name.
Icon.Factory - Class in com.tomtom.online.sdk.map
Factory class used to create an Icon instance.
iconAnchor(MarkerAnchor) - Method in class com.tomtom.online.sdk.map.MarkerBuilder
Icon anchor points to the point on the icon which will be attached to the map.
iconCategory - Variable in class com.tomtom.online.sdk.map.traffic.TrafficIncidentCluster
 
iconCategory - Variable in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
 
iconName - Variable in class com.tomtom.online.sdk.map.traffic.TrafficIncidentCluster
 
iconName - Variable in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
 
ifNotAllPermissionGranted() - Method in class com.tomtom.online.sdk.common.permission.AndroidPermissionChecker
 
ImageSource - Interface in com.tomtom.online.sdk.map.style.sources
An interface that represents the image source.
init(Context) - Method in class com.tomtom.online.sdk.map.MapView
 
initView() - Method in class com.tomtom.online.sdk.map.MapView
 
is2D() - Method in interface com.tomtom.online.sdk.map.UiSettings
True the map is in 2D Mode, otherwise false.
isDalvikVM() - Static method in class com.tomtom.online.sdk.common.util.StaticLibraryLoader
Checks if the VM is Dalvik.
isDecal() - Method in interface com.tomtom.online.sdk.map.Marker
Determines if the marker attached to the map.
isDimmed() - Method in interface com.tomtom.online.sdk.map.GpsIndicator
True when the indicator element is active, false otherwise.
isDraggable() - Method in interface com.tomtom.online.sdk.map.Marker
Indicates whether the marker should be draggable or not.
isEventsInterceptingEnabled() - Method in class com.tomtom.core.maps.gestures.GesturesDetectionSettings
Specifies whether map events should be always propagated.
isFill() - Method in interface com.tomtom.online.sdk.map.Circle
Specifies if the circle should be filled.
isForceMinMaxZoom() - Method in class com.tomtom.core.maps.gestures.GesturesDetectionSettings
Specifies if the max and min zoom levels are used without any adjustments and restrictions.
isMyLocationEnabled() - Method in interface com.tomtom.online.sdk.map.TomtomMap
Gets the status of the my-location layer.
isMyLocationEnabled() - Method in interface com.tomtom.online.sdk.map.UiSettings
Verify whether location is enabled or not.
isPanningEnabled() - Method in class com.tomtom.core.maps.gestures.GesturesDetectionSettings
Specifies if the panning gestures are enabled.
isRotationEnabled() - Method in class com.tomtom.core.maps.gestures.GesturesDetectionSettings
Specifies if the rotation gestures are enabled.
isSelected() - Method in interface com.tomtom.online.sdk.map.Marker
Marks the marker as selected.
isTiltEnabled() - Method in class com.tomtom.core.maps.gestures.GesturesDetectionSettings
Specifies if the tilt gestures are enabled.
isTollRoad - Variable in class com.tomtom.online.sdk.map.traffic.TrafficFlow
 
isTracking() - Method in interface com.tomtom.online.sdk.map.DrivingSettings
True when any chevron is currently tracked, false otherwise.
isTrafficFlowEnabled() - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Get information about current traffic flow settings.
isTrafficIncidentsEnabled() - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Get information about current traffic incidents settings.
isTrafficRasterFlowEnabled() - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Get information about current traffic raster flow settings.
isTrafficVectorFlowEnabled() - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Get information about current traffic vector flow settings.
isValid() - Method in class com.tomtom.online.sdk.map.ui.currentlocation.CurrentLocationClickAction
 
isValid() - Method in class com.tomtom.online.sdk.map.ui.currentlocation.NoGpsAction
 
isValid() - Method in class com.tomtom.online.sdk.map.ui.currentlocation.NoGpsPermissionsAction
 
isValid() - Method in class com.tomtom.online.sdk.map.ui.currentlocation.NoLocationAction
 
isZoomEnabled() - Method in class com.tomtom.core.maps.gestures.GesturesDetectionSettings
Specifies if the zooming gestures are enabled.

K

KEY_TEXT - Static variable in class com.tomtom.online.sdk.map.BaseMarkerBalloon
text property key, one of the most used properties for balloon.

L

LatLng - Class in com.tomtom.online.sdk.common.location
Represents the information about the coordinates (latitude, longitude).
LatLng() - Constructor for class com.tomtom.online.sdk.common.location.LatLng
Default constructor required by Serializable.
LatLng(double, double) - Constructor for class com.tomtom.online.sdk.common.location.LatLng
Instantiates a new LatLng object with provided latitude and longitude.
LatLng(Location) - Constructor for class com.tomtom.online.sdk.common.location.LatLng
Instantiates a new LatLng object based on data from Location object.
LatLng.Comparator - Class in com.tomtom.online.sdk.common.location
Utility class that allows to compare between two geo points.
latLngForPixel(PointF) - Method in interface com.tomtom.online.sdk.map.TomtomMap
Convert point on the screen to map position.
Layer - Interface in com.tomtom.online.sdk.map.style.layers
An interface that represents the style layer.
LayerFactory - Class in com.tomtom.online.sdk.map.style.layers
A factory class that allows the creation of the style layer with its default options.
LayerFactory() - Constructor for class com.tomtom.online.sdk.map.style.layers.LayerFactory
 
LineCapType - Enum in com.tomtom.online.sdk.map.model
Determines type of line cap.
LineJoinType - Enum in com.tomtom.online.sdk.map.model
Determines type of line join.
loadLibraryOnlyForDalvik(String) - Static method in class com.tomtom.online.sdk.common.util.StaticLibraryLoader
Loads the native library only for dalvik.
LocationChecker(Context) - Constructor for class com.tomtom.online.sdk.common.permission.AndroidPermissionChecker.LocationChecker
Instantiates a new Location checker.
LocationSourceFactory - Class in com.tomtom.online.sdk.location
Deprecated.
LocationSourceFactory() - Constructor for class com.tomtom.online.sdk.location.LocationSourceFactory
Deprecated.
 
LogoSettings - Interface in com.tomtom.online.sdk.map
Deprecated.
LogoView - Interface in com.tomtom.online.sdk.map.ui.logo
Interface for manipulating TomTom logo on the map.

M

MagnitudeFormatter(Context) - Constructor for class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.MagnitudeFormatter
Formatter for traffic incident magnitude flow param.
MAP_DYNAMIC_KEY - Static variable in class com.tomtom.online.sdk.map.MapFragment
Key used to store dynamic keys set in Bundle when creating fragment.
MapBalloonViewAdapter<T extends MarkerBalloon> - Class in com.tomtom.online.sdk.map
View adapter for map balloon - balloon displayed on map and related with point on the map.
MapBalloonViewAdapter() - Constructor for class com.tomtom.online.sdk.map.MapBalloonViewAdapter
 
MapConfig - Class in com.tomtom.online.sdk.map
Configuration of the map.
MapConfig(String, String, String, String) - Constructor for class com.tomtom.online.sdk.map.MapConfig
Default constructor for map configuration.
MapConstants - Class in com.tomtom.online.sdk.map
Map related constants.
MapConstants() - Constructor for class com.tomtom.online.sdk.map.MapConstants
 
MapFragment - Class in com.tomtom.online.sdk.map
Fragment is the simplest way to place a map in an application.
MapFragment() - Constructor for class com.tomtom.online.sdk.map.MapFragment
 
MapLayers - Class in com.tomtom.online.sdk.map
Settings to manipulate map layers options.
MapLayers(UiSettings) - Constructor for class com.tomtom.online.sdk.map.MapLayers
Default constructor.
MapLayersType - Enum in com.tomtom.online.sdk.map.model
Map layers type.
MapModeType - Enum in com.tomtom.online.sdk.map.model
Map modes.
MapPoint - Interface in com.tomtom.online.sdk.map
The representation of the point on the map.
MapTiles - Class in com.tomtom.online.sdk.map
Settings to manipulate map tiles options.
MapTiles(UiSettings) - Constructor for class com.tomtom.online.sdk.map.MapTiles
Default constructor.
MapTilesType - Enum in com.tomtom.online.sdk.map.model
Map tiles type.
MapView - Class in com.tomtom.online.sdk.map
A view used to display a map.
MapView(Context) - Constructor for class com.tomtom.online.sdk.map.MapView
Default constructor that uses context to inflate view and create map database.
MapView(Context, String) - Constructor for class com.tomtom.online.sdk.map.MapView
Custom constructor to provide custom style url.
MapView(Context, AttributeSet) - Constructor for class com.tomtom.online.sdk.map.MapView
Custom constructor to provide custom set of attributes.
MapView(Context, Map<String, String>) - Constructor for class com.tomtom.online.sdk.map.MapView
Custom constructor to provide online API keys dynamically.
MapView(Context, Map<String, String>, String) - Constructor for class com.tomtom.online.sdk.map.MapView
Custom constructor to provide online API keys dynamically together with a custom style url.
MapView(Context, AttributeSet, int) - Constructor for class com.tomtom.online.sdk.map.MapView
Custom constructor to provide custom set of attributes and a reference to default style resource.
MapViewPort - Class in com.tomtom.online.sdk.map.model
Parameters describing current map view port (e.g.
MapViewPort() - Constructor for class com.tomtom.online.sdk.map.model.MapViewPort
 
markAsDraggable() - Method in interface com.tomtom.online.sdk.map.Marker
Makes the marker draggable.
Marker - Interface in com.tomtom.online.sdk.map
Base interface defining marker that can be added to the map.
MarkerAnchor - Enum in com.tomtom.online.sdk.map
The anchor property of the marker.
MarkerBalloon - Interface in com.tomtom.online.sdk.map
A marker balloon is a model of the view of a box above the marker.
markerBalloon(BaseMarkerBalloon) - Method in class com.tomtom.online.sdk.map.MarkerBuilder
Balloon that is to be shown when user clicks on the marker.
MarkerBuilder - Class in com.tomtom.online.sdk.map
Builder class used to construct marker object that can be added to the map.
MarkerBuilder(LatLng) - Constructor for class com.tomtom.online.sdk.map.MarkerBuilder
Constructor of marker builder.
MARKERS_MIN_ZOOM_LEVEL - Static variable in class com.tomtom.online.sdk.map.MapConstants
Minimum zoom when showing list of markers on the map.
MarkerSettings - Interface in com.tomtom.online.sdk.map
Advanced settings for markers manipulation.
moveLayerBehind(String, String) - Method in interface com.tomtom.online.sdk.map.style.Style
Moves the layer behind the reference layer.
moveMapBy(double, double, long) - Method in interface com.tomtom.online.sdk.map.TomtomMap
Moves the map toward x,y vector in specified time.
moveMarker(Marker, LatLng) - Method in interface com.tomtom.online.sdk.map.MarkerSettings
Move marker to new position.

N

newInstance() - Static method in class com.tomtom.online.sdk.map.MapFragment
Create new instance of MapFragment.
newInstance(HashMap<String, String>) - Static method in class com.tomtom.online.sdk.map.MapFragment
Create new instance of MapFragment with dynamic API Keys
newInstance(String) - Static method in class com.tomtom.online.sdk.map.MapFragment
Create new instance of MapFragment with custom style.
newInstance(HashMap<String, String>, String) - Static method in class com.tomtom.online.sdk.map.MapFragment
Create new instance of MapFragment with dynamic API Keys and custom style.
NoGpsAction - Class in com.tomtom.online.sdk.map.ui.currentlocation
Class to check if GPS is turned on and to show dialog that takes user to settings if it's not.
NoGpsAction(Context) - Constructor for class com.tomtom.online.sdk.map.ui.currentlocation.NoGpsAction
Constructor that uses context to create new instance of DialogsFactory which is used for displaying dialog if GPS is not available.
NoGpsPermissionsAction - Class in com.tomtom.online.sdk.map.ui.currentlocation
Class to show permission dialog if GPS permissions are not granted.
NoGpsPermissionsAction(Context) - Constructor for class com.tomtom.online.sdk.map.ui.currentlocation.NoGpsPermissionsAction
Constructor that uses context to create new instance of DialogsFactory which is used for displaying dialog if GPS permissions are not granted.
NoLocationAction - Class in com.tomtom.online.sdk.map.ui.currentlocation
Class with listener to check if current location is available.
NoLocationAction(Context, CurrentLocationView.LocationStatusListener) - Constructor for class com.tomtom.online.sdk.map.ui.currentlocation.NoLocationAction
Constructor that uses CurrentLocationView.LocationStatusListener to listen for availability of location and context to display Toast message if GPS is not available.

O

ofFlows(List<TrafficIncidentFlow>) - Static method in class com.tomtom.online.sdk.map.TrafficIncidentsMapBalloon
Model which keep traffic incidents flows.
ofPois(List<TrafficIncidentPoi>) - Static method in class com.tomtom.online.sdk.map.TrafficIncidentsMapBalloon
Model which keep traffic incidents flows.
ofText(String) - Static method in class com.tomtom.online.sdk.map.BaseMarkerBalloon
Create balloon model with common text property.
onActivityCreated(Bundle) - Method in class com.tomtom.online.sdk.map.MapFragment
 
onBindView(View, E, M) - Method in interface com.tomtom.online.sdk.map.BalloonViewAdapter
 
onBindView(View, Marker, M) - Method in class com.tomtom.online.sdk.map.BaseBalloonViewAdapter
Method bind ballon model to view.
onBindView(View, MapPoint, M) - Method in class com.tomtom.online.sdk.map.MapBalloonViewAdapter
 
onBindView(View, Marker, BaseMarkerBalloon) - Method in class com.tomtom.online.sdk.map.SingleLayoutBalloonViewAdapter
Override to bind marker balloon view model to view inflated from layout.
onBindView(View, Marker, BaseMarkerBalloon) - Method in class com.tomtom.online.sdk.map.TextBalloonViewAdapter
 
onBindView(View, MapPoint, TrafficFlowMapBalloon) - Method in class com.tomtom.online.sdk.map.TrafficFlowBalloonViewAdapter.Default
onBindView(View, MapPoint, TrafficIncidentsMapBalloon) - Method in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.Default
onCameraDidChange() - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapChangedListener
Called when the new camera parameters are loaded.
onCameraIsChanging() - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapChangedListener
Called when the map camera is changing.
onCameraWillChange() - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapChangedListener
Called when the map is about to change the camera parameters.
onCircleClick(Circle) - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnCircleClickListener
Called when the user clicks on the circle.
onClick(View) - Method in class com.tomtom.online.sdk.map.ui.compass.BasicCompassView
 
onClick(View) - Method in class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
 
onCreate(Bundle) - Method in class com.tomtom.online.sdk.map.MapFragment
 
onCreateView(ViewGroup, E, M) - Method in interface com.tomtom.online.sdk.map.BalloonViewAdapter
A callback which is called when inflating model.
onCreateView(ViewGroup, Marker, M) - Method in class com.tomtom.online.sdk.map.BaseBalloonViewAdapter
A callback which is called when inflating model.
onCreateView(ViewGroup, MapPoint, M) - Method in class com.tomtom.online.sdk.map.MapBalloonViewAdapter
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.tomtom.online.sdk.map.MapFragment
 
onCreateView(ViewGroup, MapPoint, TrafficFlowMapBalloon) - Method in class com.tomtom.online.sdk.map.TrafficFlowBalloonViewAdapter
 
onCreateView(ViewGroup, MapPoint, TrafficIncidentsMapBalloon) - Method in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter
A callback which is called when inflating model.
onDestroy() - Method in class com.tomtom.online.sdk.map.MapFragment
 
onDestroy() - Method in class com.tomtom.online.sdk.map.MapView
You must call this method from the parent Activity/Fragment's corresponding method.
onDidFailLoadingMap() - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapChangedListener
Called when the map style has failed to load.
onDidFinishInitializingMap() - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapChangedListener
Called when the map has been loaded and is ready to use.
onDidFinishLoadingMap() - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapChangedListener
Called when the map has been loaded, including tiles.
onDidFinishLoadingStyle() - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapChangedListener
Called when the map style has been loaded.
onDidFinishRenderingFrame() - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapChangedListener
Called when the map frame has been rendered.
onDidFinishRenderingMap() - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapChangedListener
Called when the map has been rendered.
onDragging(Marker) - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMarkerDragListener
Called when the user drags the marker.
ONE_SIDE - Static variable in class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.TrafficRoadCoverageFormatter
Server representation of one side road traffic coverage.
onInflate(Context, AttributeSet, Bundle) - Method in class com.tomtom.online.sdk.map.MapFragment
 
onMapClick(LatLng) - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapClickListener
Called when the user clicks on the map.
onMapLongClick(LatLng) - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapLongClickListener
Called when the user long clicks on the map.
onMapReady(TomtomMap) - Method in interface com.tomtom.online.sdk.map.OnMapReadyCallback
Called when the map is ready to be used.
OnMapReadyCallback - Interface in com.tomtom.online.sdk.map
Callback interface executed when the map is ready to be used.
onMapViewPortChanged(float, float, double, float, float) - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapViewPortChanged
Called when the map view port moves.
onMarkerClick(Marker) - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMarkerClickListener
Called when the user clicks on the marker.
onMarkerDeselected(Marker) - Method in interface com.tomtom.online.sdk.map.OnMarkerSelectedListener
The marker is unselected.
onMarkerSelected(Marker) - Method in interface com.tomtom.online.sdk.map.OnMarkerSelectedListener
The marker is selected.
OnMarkerSelectedListener - Interface in com.tomtom.online.sdk.map
A listener which defines the behavior for a selected and unselected marker.
onPause() - Method in class com.tomtom.online.sdk.map.copyrights.CopyrightsExtension
You must call this method from the parent Activity/Fragment's corresponding lifecycle method.
onPause() - Method in class com.tomtom.online.sdk.map.MapFragment
 
onPause() - Method in class com.tomtom.online.sdk.map.MapView
You must call this method from the parent Activity/Fragment's corresponding method.
onPermissionNotGrantedByUser() - Method in interface com.tomtom.online.sdk.common.permission.PermissionHandler.PermissionCallback
Executed if permission was not granted by the user.
onPolygonClick(Polygon) - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnPolygonClickListener
Called when the user clicks on the polygon.
onPolylineClick(Polyline) - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnPolylineClickListener
Called when the user clicks on the polyline.
onRestoreInstanceState(Parcelable) - Method in class com.tomtom.online.sdk.map.MapView
 
onRestoreInstanceState(Parcelable) - Method in class com.tomtom.online.sdk.map.ui.compass.BasicCompassView
 
onRestoreInstanceState(Parcelable) - Method in class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
 
onResume() - Method in class com.tomtom.online.sdk.map.copyrights.CopyrightsExtension
You must call this method from the parent Activity/Fragment's corresponding lifecycle method.
onResume() - Method in class com.tomtom.online.sdk.map.MapFragment
 
onResume() - Method in class com.tomtom.online.sdk.map.MapView
You must call this method from the parent Activity/Fragment's corresponding lifecycle method.
onRouteClick(Route) - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnRouteClickListener
Called when the user clicks on the route.
onSaveInstanceState(Bundle) - Method in class com.tomtom.online.sdk.map.MapFragment
 
onSaveInstanceState() - Method in class com.tomtom.online.sdk.map.MapView
 
onSaveInstanceState() - Method in class com.tomtom.online.sdk.map.ui.compass.BasicCompassView
 
onSaveInstanceState() - Method in class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
 
onSourceChanged() - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapChangedListener
Called when the source for the map style has been changed.
onStart() - Method in class com.tomtom.online.sdk.map.MapFragment
 
onStart() - Method in class com.tomtom.online.sdk.map.MapView
You must call this method from the parent Activity/Fragment's corresponding lifecycle method.
onStartDragging(Marker) - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMarkerDragListener
Called when the user starts dragging the marker.
onStop() - Method in class com.tomtom.online.sdk.map.MapFragment
 
onStop() - Method in class com.tomtom.online.sdk.map.MapView
You must call this method from the parent Activity/Fragment's corresponding method.
onStopDragging(Marker) - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMarkerDragListener
Called when the user finishes dragging the marker.
onTouchEvent(MotionEvent) - Method in class com.tomtom.online.sdk.map.MapView
 
onTrafficFlowClick(MapPoint, List<TrafficFlow>) - Method in class com.tomtom.online.sdk.map.DefaultOnTrafficFlowClickListener
Callback executed when vector traffic flow is pressed.
onTrafficFlowClick(MapPoint, List<TrafficFlow>) - Method in interface com.tomtom.online.sdk.map.OnTrafficFlowClickListener
A callback executed when traffic flow on the map is clicked.
OnTrafficFlowClickListener - Interface in com.tomtom.online.sdk.map
A callback executed when traffic flow on the map is clicked.
OnTrafficIncidentsClickListener - Interface in com.tomtom.online.sdk.map
A callback executed when traffic incidents are clicked.
onTrafficIncidentsClusterClick(MapPoint, TrafficIncidentCluster) - Method in class com.tomtom.online.sdk.map.DefaultOnTrafficIncidentClickListener
 
onTrafficIncidentsClusterClick(MapPoint, TrafficIncidentCluster) - Method in interface com.tomtom.online.sdk.map.OnTrafficIncidentsClickListener
Callback executed when traffic incidents clouster clicked
onTrafficIncidentsFlowClick(MapPoint, List<TrafficIncidentFlow>) - Method in class com.tomtom.online.sdk.map.DefaultOnTrafficIncidentClickListener
 
onTrafficIncidentsFlowClick(MapPoint, List<TrafficIncidentFlow>) - Method in interface com.tomtom.online.sdk.map.OnTrafficIncidentsClickListener
A Callback executed when traffic incidents flow is clicked.
onTrafficIncidentsPoiClick(MapPoint, List<TrafficIncidentPoi>) - Method in class com.tomtom.online.sdk.map.DefaultOnTrafficIncidentClickListener
 
onTrafficIncidentsPoiClick(MapPoint, List<TrafficIncidentPoi>) - Method in interface com.tomtom.online.sdk.map.OnTrafficIncidentsClickListener
A callback executed when a traffic incidents poi (Points of Interest) is clicked.
onViewStateRestored(MapState) - Method in interface com.tomtom.online.sdk.map.Persistable
Called internally to restore state, e.g.
onWillStartLoadingMap() - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapChangedListener
Called when the map is about to load a new style.
onWillStartRenderingFrame() - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapChangedListener
Called when the map is about to render a new frame.
onWillStartRenderingMap() - Method in interface com.tomtom.online.sdk.map.TomtomMapCallback.OnMapChangedListener
Called when the map is about to render.
ORIENTATION_NORTH - Static variable in class com.tomtom.online.sdk.map.MapConstants
Default map orientation.
ORIENTATION_NORTH_WEST - Static variable in class com.tomtom.online.sdk.map.MapConstants
North west map orientation.
ORIENTATION_SOUTH - Static variable in class com.tomtom.online.sdk.map.MapConstants
South map orientation.
Overlay - Interface in com.tomtom.online.sdk.map
A base interface defining map overlay (e.g., circle, polygon).
OverlaySettings - Interface in com.tomtom.online.sdk.map
Settings for overlays manipulation.

P

parseAttrs(Context, AttributeSet) - Method in class com.tomtom.online.sdk.map.MapFragment
 
parseAttrs(Context, AttributeSet) - Method in class com.tomtom.online.sdk.map.MapView
 
parseIconRes(ArrowButton.ArrowIcon, boolean) - Method in class com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButton
Method used to load arrow icon for arrow button.
perform() - Method in class com.tomtom.online.sdk.map.ui.currentlocation.CurrentLocationClickAction
 
perform() - Method in class com.tomtom.online.sdk.map.ui.currentlocation.NoGpsAction
 
perform() - Method in class com.tomtom.online.sdk.map.ui.currentlocation.NoGpsPermissionsAction
 
perform() - Method in class com.tomtom.online.sdk.map.ui.currentlocation.NoLocationAction
 
PERMISSION_REQUEST_ID - Static variable in class com.tomtom.online.sdk.common.permission.AppPermissionHandler
The id of the permission request.
PermissionHandler - Interface in com.tomtom.online.sdk.common.permission
The interface that defines the handler of user permissions
PermissionHandler.PermissionCallback - Interface in com.tomtom.online.sdk.common.permission
Callback interface to get information about permission status.
Persistable - Interface in com.tomtom.online.sdk.map
Interface used to restore map state.
pixelForLatLng(LatLng) - Method in interface com.tomtom.online.sdk.map.TomtomMap
Convert map position on the map to screen position.
poiType - Variable in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
 
Polygon - Interface in com.tomtom.online.sdk.map
A base interface defining polygon that can be added to the map.
Polyline - Interface in com.tomtom.online.sdk.map
A base interface defining polyline that can be added to the map.
POSITION_ICON_SCALE - Static variable in class com.tomtom.online.sdk.map.MapConstants
Default icon scale for position.

R

ReadSDCardChecker(Context) - Constructor for class com.tomtom.online.sdk.common.permission.AndroidPermissionChecker.ReadSDCardChecker
Instantiates a new Read sd card checker.
ReducedSensitivityTrafficFlowStyle() - Constructor for class com.tomtom.online.sdk.map.TrafficFlowType.ReducedSensitivityTrafficFlowStyle
 
RelativeDelayTrafficFlowStyle() - Constructor for class com.tomtom.online.sdk.map.TrafficFlowType.RelativeDelayTrafficFlowStyle
 
RelativeTrafficFlowStyle() - Constructor for class com.tomtom.online.sdk.map.TrafficFlowType.RelativeTrafficFlowStyle
 
removeChevron(Chevron) - Method in interface com.tomtom.online.sdk.map.DrivingSettings
Remove selected chevron from the map.
removeChevrons() - Method in interface com.tomtom.online.sdk.map.DrivingSettings
Remove all chevrons from the map.
removeImage(String) - Method in interface com.tomtom.online.sdk.map.style.Style
Removes an image with a provided id from the style.
removeLayer(String) - Method in interface com.tomtom.online.sdk.map.style.Style
Removes the layer with a provided id from the style.
removeOverlay(Overlay) - Method in interface com.tomtom.online.sdk.map.OverlaySettings
Remove specified overlay from the map.
removeOverlayByTag(String) - Method in interface com.tomtom.online.sdk.map.OverlaySettings
Find the overlay using its name and then remove it.
removeOverlays() - Method in interface com.tomtom.online.sdk.map.OverlaySettings
Remove all overlays from the map.
removeSource(String) - Method in interface com.tomtom.online.sdk.map.style.Style
Removes the source with the provided id from the style.
resetFilter() - Method in interface com.tomtom.online.sdk.map.style.layers.Layer
Reset expression used for properties filtering.
restoreDefaultGravity() - Method in interface com.tomtom.online.sdk.map.ui.logo.LogoView
Restore gravity to default value.
restoreDefaultMargins() - Method in interface com.tomtom.online.sdk.map.ui.logo.LogoView
Restore margins to default value.
roadType - Variable in class com.tomtom.online.sdk.map.traffic.TrafficFlow
 
rotate(float) - Method in class com.tomtom.online.sdk.map.ui.compass.BasicCompassView
 
Route - Interface in com.tomtom.online.sdk.map
A base interface defining a route that can be added to the map.
RouteBuilder - Class in com.tomtom.online.sdk.map
Builder class used to construct route object that can be added to the map.
RouteBuilder(List<LatLng>) - Constructor for class com.tomtom.online.sdk.map.RouteBuilder
Default constructor to create route.
RouteSettings - Interface in com.tomtom.online.sdk.map
Advanced settings for routes manipulation.
RouteStyle - Class in com.tomtom.online.sdk.map
Specifies properties of the route like: width, fillColor and outlineColor.
RxContext - Interface in com.tomtom.online.sdk.map.rx
Interface used to provide a working context to rx based service, e.g.

S

select() - Method in interface com.tomtom.online.sdk.map.Marker
Marks the marker as selected.
setArrowButtonsClickListener(PanningControlsView.ArrowButtonsClickListener) - Method in class com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButtonsGroup
Method to register on click listeners for group of arrow buttons.
setCameraPosition(CameraPosition) - Method in interface com.tomtom.online.sdk.map.UiSettings
Set map camera position.
setCoordinates(List<LatLng>) - Method in interface com.tomtom.online.sdk.map.style.sources.ImageSource
Sets the image coordinates (the latitude and longitude of the four corners of the image).
setCopyrightsViewAdapter(CopyrightsViewAdapter) - Method in interface com.tomtom.online.sdk.map.UiSettings
Set CopyrightsViewAdapter to manage the copyrights view component.
setDefaultBehaviorWhenSelected(OnMarkerSelectedListener) - Method in interface com.tomtom.online.sdk.map.MarkerSettings
Marker can be selected and deselected by user by touch events or programmatically.
setDefaultIconWhenNotDefinedByUser(Icon) - Method in interface com.tomtom.online.sdk.map.MarkerSettings
Set default marker icon for application.
setDimmed(boolean) - Method in interface com.tomtom.online.sdk.map.GpsIndicator
Makes the indicator element inactive (dimmed).
setFilter(Expression) - Method in interface com.tomtom.online.sdk.map.style.layers.Layer
Sets expression used for properties filtering.
setGeoJson(String) - Method in interface com.tomtom.online.sdk.map.style.sources.GeoJsonSource
Sets the GeoJSON data for the source using String.
setGeoJson(GeoJsonObject) - Method in interface com.tomtom.online.sdk.map.style.sources.GeoJsonSource
Sets the GeoJSON data for the source using GeoJsonObject.
setGeopoliticalView(String) - Method in interface com.tomtom.online.sdk.map.TomtomMap
Set geopolitical view for vector and raster tiles.
setGestureDetector(MapGestureDetector) - Method in interface com.tomtom.online.sdk.map.TomtomMap
Set custom gesture detector.
setGpsPositionIndicator(GpsIndicator) - Method in interface com.tomtom.online.sdk.map.TomtomMap
Set GPS position indicator.
setGravity(int) - Method in interface com.tomtom.online.sdk.map.ui.logo.LogoView
Apply new gravity to logo.
setId(long) - Method in class com.tomtom.online.sdk.map.traffic.BaseTrafficIncident
 
setImage(Bitmap) - Method in interface com.tomtom.online.sdk.map.style.sources.ImageSource
Updates the source image to a bitmap.
setImage(Drawable) - Method in interface com.tomtom.online.sdk.map.style.sources.ImageSource
Updates the source image to a bitmap obtained from drawable.
setIsLeftHandTraffic(boolean) - Method in class com.tomtom.online.sdk.map.traffic.BaseTrafficIncident
 
setLanguage(String) - Method in interface com.tomtom.online.sdk.map.TomtomMap
Set language for vector tiles as IETF language tag.
setLocation(Location) - Method in class com.tomtom.online.sdk.map.DefaultGpsPositionIndicator
 
setLocation(LatLng, double, double) - Method in class com.tomtom.online.sdk.map.DefaultGpsPositionIndicator
 
setLocation(LatLng, double, double, long) - Method in class com.tomtom.online.sdk.map.DefaultGpsPositionIndicator
 
setLocation(Location) - Method in interface com.tomtom.online.sdk.map.GpsIndicator
Updates the indicator element position.
setLocation(LatLng, double, double) - Method in interface com.tomtom.online.sdk.map.GpsIndicator
Deprecated.
setLocation(LatLng, double, double, long) - Method in interface com.tomtom.online.sdk.map.GpsIndicator
Updates the indicator element position.
setLocationStatusListener(CurrentLocationView.LocationStatusListener) - Method in class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
 
setMagnitude(int) - Method in class com.tomtom.online.sdk.map.traffic.BaseTrafficIncident
 
setMapLayersType(MapLayersType) - Method in interface com.tomtom.online.sdk.map.UiSettings
Set map layers.
setMapModeType(MapModeType) - Method in interface com.tomtom.online.sdk.map.UiSettings
Set map mode to 2D or 2.5D.
setMapTilesType(MapTilesType) - Method in interface com.tomtom.online.sdk.map.UiSettings
Set map tiles to RASTER or VECTOR.
setMarginAroundTouchedPointPx(int) - Method in interface com.tomtom.online.sdk.map.TrafficSettings
When user touch a map, information about traffic are collected from point and from all points around in the radius of the distance.
setMargins(int, int, int, int) - Method in class com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButtonsGroup
 
setMargins(int, int, int, int) - Method in class com.tomtom.online.sdk.map.ui.compass.BasicCompassView
 
setMargins(int, int, int, int) - Method in class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
 
setMargins(int, int, int, int) - Method in interface com.tomtom.online.sdk.map.ui.logo.LogoView
Sets the margins of the logo in PX.
setMargins(int, int, int, int) - Method in class com.tomtom.online.sdk.map.ui.zoom.ZoomButtonsGroup
 
setMarkerBalloonViewAdapter(BalloonViewAdapter<? extends MarkerBalloon, Marker>) - Method in interface com.tomtom.online.sdk.map.MarkerSettings
Set adapter for marker balloons.
setMarkersClustering(boolean) - Method in interface com.tomtom.online.sdk.map.MarkerSettings
Turn on / off markers clustering.
setMarkersClustering(boolean, int, int) - Method in interface com.tomtom.online.sdk.map.MarkerSettings
Turn on / off markers clustering and provide custom parameters to customize the algorithm.
setMaxZoom(float) - Method in interface com.tomtom.online.sdk.map.style.layers.Layer
Sets the largest zoom value that the layer is visible at.
setMinZoom(float) - Method in interface com.tomtom.online.sdk.map.style.layers.Layer
Sets the smallest zoom value that the layer is visible at.
setMyLocationEnabled(boolean) - Method in interface com.tomtom.online.sdk.map.TomtomMap
Enables or disables the my-location layer.
setOnMapComponentClickCallback(ClickableMapComponent.MapComponentClickCallback) - Method in class com.tomtom.online.sdk.map.ui.compass.BasicCompassView
 
setOnMapComponentClickCallback(ClickableMapComponent.MapComponentClickCallback) - Method in class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
 
setOnTrafficFlowClickListener(OnTrafficFlowClickListener) - Method in interface com.tomtom.online.sdk.map.TrafficSettings
Set callback interface that is executed when the user click on the map traffic flow.
setOnTrafficIncidentsClickListener(OnTrafficIncidentsClickListener) - Method in interface com.tomtom.online.sdk.map.TrafficSettings
Set callback interface that is executed when the user click on the map traffic incidents.
setRoadType(String) - Method in class com.tomtom.online.sdk.map.traffic.BaseTrafficIncident
 
setSelectedListener(OnMarkerSelectedListener) - Method in interface com.tomtom.online.sdk.map.Marker
The set behavior for the selected marker.
setSourceLayer(String) - Method in interface com.tomtom.online.sdk.map.style.layers.Layer
Sets the source layer for this layer.
setStyleJson(String) - Method in class com.tomtom.online.sdk.map.MapView
 
setStyleJson(String) - Method in interface com.tomtom.online.sdk.map.UIMapSettings
Sets the JSON content of the style used to display the map and reloads the style asynchronously.
setStyleProperty(StyleProperty, String) - Method in class com.tomtom.online.sdk.map.MapConfig
Property setter of map style.
setStyleUrl(String) - Method in class com.tomtom.online.sdk.map.MapView
 
setStyleUrl(String) - Method in interface com.tomtom.online.sdk.map.UIMapSettings
Sets the URL to the style used to display the map and reloads the style asynchronously.
setText(String) - Method in class com.tomtom.online.sdk.map.BaseMarkerBalloon
Add common text property to balloon model.
setTrafficFlowBalloonViewAdapter(MapBalloonViewAdapter<TrafficFlowMapBalloon>) - Method in interface com.tomtom.online.sdk.map.TrafficSettings
View adapter of traffic flow balloon view.
setTrafficIncidentsBalloonViewAdapter(MapBalloonViewAdapter<TrafficIncidentsMapBalloon>) - Method in interface com.tomtom.online.sdk.map.TrafficSettings
View adapter of traffic incidents balloon view.
setTrafficRoadCoverage(String) - Method in class com.tomtom.online.sdk.map.traffic.BaseTrafficIncident
 
setupCopyrightsCaption() - Method in class com.tomtom.online.sdk.map.copyrights.CopyrightsExtension
Full fill a text view label with caption.
setUrl(String) - Method in interface com.tomtom.online.sdk.map.style.sources.GeoJsonSource
Sets the URL of GeoJSON data for the source.
setUrl(String) - Method in interface com.tomtom.online.sdk.map.style.sources.ImageSource
Sets the URL of image for the source.
setVisibility(Visibility) - Method in interface com.tomtom.online.sdk.map.style.layers.Layer
Sets the visibility of this layer.
setZoomButtonsClickListener(ZoomingControlsView.ZoomButtonsClickListener) - Method in class com.tomtom.online.sdk.map.ui.zoom.ZoomButtonsGroup
 
setZOrderMediaOverlay(boolean) - Method in class com.tomtom.online.sdk.map.MapFragment
Control whether the map surface view's surface is placed on top of another regular surface view in the window (but still behind the window itself).
setZOrderMediaOverlay(boolean) - Method in class com.tomtom.online.sdk.map.MapView
Control whether the map surface view's surface is placed on top of another regular surface view in the window (but still behind the window itself).
shouldCluster() - Method in interface com.tomtom.online.sdk.map.Marker
Indicates whether the marker should be clustered or not.
shouldCluster(boolean) - Method in class com.tomtom.online.sdk.map.MarkerBuilder
When true, marker will be clustered once this option is enabled.
show() - Method in interface com.tomtom.online.sdk.map.GpsIndicator
Makes the indicator element visible.
show() - Method in class com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButtonsGroup
 
show() - Method in class com.tomtom.online.sdk.map.ui.compass.BasicCompassView
 
show() - Method in class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
 
show() - Method in class com.tomtom.online.sdk.map.ui.zoom.ZoomButtonsGroup
 
showCopyrights(BoundingBox) - Method in class com.tomtom.online.sdk.map.copyrights.CopyrightsExtension
Full fill alert dialog with licence text from displayed bounding box of map.
showGpsOnDialog() - Method in class com.tomtom.online.sdk.map.ui.dialog.DialogsFactory
Dialog used to inform user that gps is off.
showGpsPermissionsDialog() - Method in class com.tomtom.online.sdk.map.ui.dialog.DialogsFactory
Dialog used to inform user that permissions are not granted.
showTrafficFlowBalloon(MapPoint, TrafficFlowMapBalloon) - Method in interface com.tomtom.online.sdk.map.TrafficSettings
Show map balloon with traffic flow information.
showTrafficIncidentBalloon(MapPoint, TrafficIncidentsMapBalloon) - Method in interface com.tomtom.online.sdk.map.TrafficSettings
Show map balloon with traffic incident information.
SimpleMarkerBalloon - Class in com.tomtom.online.sdk.map
Class used for creating a simple marker balloon with one text property Subclass of BaseMarkerBalloon.
SimpleMarkerBalloon(String) - Constructor for class com.tomtom.online.sdk.map.SimpleMarkerBalloon
Constructor that adds passed string as property that and saves it under BaseMarkerBalloon.KEY_TEXT key.
SingleLayoutBalloonViewAdapter - Class in com.tomtom.online.sdk.map
Adapter which inflate one single layout for all balloons.
SingleLayoutBalloonViewAdapter(int) - Constructor for class com.tomtom.online.sdk.map.SingleLayoutBalloonViewAdapter
Provide a layout which is inflated for all marker balloons.
Source - Interface in com.tomtom.online.sdk.map.style.sources
An interface that represents the GeoJSON source.
SourceFactory - Class in com.tomtom.online.sdk.map.style.sources
A factory class that allows the creation of style sources with default options.
SourceFactory() - Constructor for class com.tomtom.online.sdk.map.style.sources.SourceFactory
 
SourceVisitor - Interface in com.tomtom.online.sdk.map.style.sources
A visitor of source objects, implementing the visitor design pattern.
startIcon(Icon) - Method in class com.tomtom.online.sdk.map.RouteBuilder
Icon added to the start point of the route.
startNorthUpAnimationIfApplicable() - Method in class com.tomtom.online.sdk.map.ui.compass.BasicCompassView
Starts the animation if the compass has been rotated to point on North.
startTracking(Chevron) - Method in interface com.tomtom.online.sdk.map.DrivingSettings
Start tracking the specific chevron.
StaticLibraryLoader - Class in com.tomtom.online.sdk.common.util
The native libraries loader.
stopTracking() - Method in interface com.tomtom.online.sdk.map.DrivingSettings
Stop tracking the chevron, all gestures are enabled again.
style(RouteStyle) - Method in class com.tomtom.online.sdk.map.RouteBuilder
Determines the style of the route on the map which includes options like: fillColor, outlineColor, width
Style - Interface in com.tomtom.online.sdk.map.style
An interface that represents map style.
STYLE - Static variable in class com.tomtom.online.sdk.map.TrafficFlowType.AbsoluteTrafficFlowStyle
 
STYLE - Static variable in class com.tomtom.online.sdk.map.TrafficFlowType.ReducedSensitivityTrafficFlowStyle
 
STYLE - Static variable in class com.tomtom.online.sdk.map.TrafficFlowType.RelativeDelayTrafficFlowStyle
 
STYLE - Static variable in class com.tomtom.online.sdk.map.TrafficFlowType.RelativeTrafficFlowStyle
 
STYLE - Static variable in class com.tomtom.online.sdk.map.TrafficIncidentsType.DefaultTrafficIncidentsStyle
 
STYLE_URL_KEY - Static variable in class com.tomtom.online.sdk.map.MapFragment
Key used to store style URL in Bundle when creating fragment.
StyleProperty - Enum in com.tomtom.online.sdk.map
A property of the map style.
StyleSettings - Interface in com.tomtom.online.sdk.map
Advanced settings for style manipulation.

T

tag(Serializable) - Method in class com.tomtom.online.sdk.map.MarkerBuilder
TAG is known android pattern to keep additional information.
tag(Serializable) - Method in class com.tomtom.online.sdk.map.RouteBuilder
TAG is known android pattern to keep additional information.
TextBalloonViewAdapter - Class in com.tomtom.online.sdk.map
View adapter and inflater for "single line" marker balloon.
TextBalloonViewAdapter() - Constructor for class com.tomtom.online.sdk.map.TextBalloonViewAdapter
Constructor that provides layout which all marker balloons will be inflated with.
toArray(List<LatLng>) - Static method in class com.tomtom.online.sdk.common.location.LatLng
Transforms a list of LatLng locations into an array of double values, ignoring altitude, radius and bearing.
toLocation() - Method in class com.tomtom.online.sdk.common.location.LatLng
Converts to Location.
TomtomMap - Interface in com.tomtom.online.sdk.map
Interface that is the main entry point for all methods related to the map.
TomtomMapCallback - Interface in com.tomtom.online.sdk.map
An interface that provides types to interact with the map.
TomtomMapCallback.OnCircleClickListener - Interface in com.tomtom.online.sdk.map
A callback interface called when the user clicks on the circle.
TomtomMapCallback.OnMapChangedListener - Interface in com.tomtom.online.sdk.map
A callback interface called when the map is changed, e.g., a new frame is rotated or new camera parameters are set.
TomtomMapCallback.OnMapClickListener - Interface in com.tomtom.online.sdk.map
A callback interface called when the user clicks on the map.
TomtomMapCallback.OnMapLongClickListener - Interface in com.tomtom.online.sdk.map
A callback interface called when the user long clicks on the map.
TomtomMapCallback.OnMapViewPortChanged - Interface in com.tomtom.online.sdk.map
A callback interface called when the map view port moves.
TomtomMapCallback.OnMarkerClickListener - Interface in com.tomtom.online.sdk.map
A callback interface called when the user clicks on the marker.
TomtomMapCallback.OnMarkerDragListener - Interface in com.tomtom.online.sdk.map
A callback interface used when the user clicks on the marker.
TomtomMapCallback.OnPolygonClickListener - Interface in com.tomtom.online.sdk.map
A callback interface called when the user clicks on the polygon.
TomtomMapCallback.OnPolylineClickListener - Interface in com.tomtom.online.sdk.map
A callback interface called when the user clicks on the polyline.
TomtomMapCallback.OnRouteClickListener - Interface in com.tomtom.online.sdk.map
A callback interface called when the user clicks on the route.
toObj(String) - Method in class com.tomtom.online.sdk.map.traffic.TrafficFlowMapModelDataConverter
Type converter to save state for traffic
toObj(String) - Method in class com.tomtom.online.sdk.map.traffic.TrafficFlowModelDataConverter
Type converter to save state for traffic
toObj(String) - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentFlowsModelDataConverter
Type converter to save state for traffic
toObj(String) - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoisModelDataConverter
list of traffic incident pois.
toObj(String) - Method in class com.tomtom.online.sdk.map.traffic.TrafficIncidentsMapModelDataConverter
Type converter to save state for traffic
toString() - Method in class com.tomtom.online.sdk.map.CameraPosition
 
toString() - Method in class com.tomtom.online.sdk.map.MarkerBuilder
 
toString() - Method in class com.tomtom.online.sdk.map.SimpleMarkerBalloon
 
toString() - Method in class com.tomtom.online.sdk.map.TrafficFlowType.BaseTrafficFlowStyle
 
toString() - Method in class com.tomtom.online.sdk.map.TrafficIncidentsType.BaseTrafficIncidentsStyle
 
TrafficExtensions - Interface in com.tomtom.online.sdk.map
Traffic extensions
TrafficFlow - Class in com.tomtom.online.sdk.map.traffic
Traffic flow data which can be taken from vector tile.
TrafficFlow() - Constructor for class com.tomtom.online.sdk.map.traffic.TrafficFlow
 
TrafficFlowBalloonViewAdapter - Class in com.tomtom.online.sdk.map
Default abstract implementation for inflating traffic balloon model.
TrafficFlowBalloonViewAdapter() - Constructor for class com.tomtom.online.sdk.map.TrafficFlowBalloonViewAdapter
 
TrafficFlowBalloonViewAdapter.Default - Class in com.tomtom.online.sdk.map
Default implementation of traffic view balloon adapter.
TrafficFlowFormatter(Context) - Constructor for class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.TrafficFlowFormatter
Formatter for traffic incident flow.
TrafficFlowMapBalloon - Class in com.tomtom.online.sdk.map
Model of balloon for traffic flows.
TrafficFlowMapBalloon(List<TrafficFlow>) - Constructor for class com.tomtom.online.sdk.map.TrafficFlowMapBalloon
Traffic model for traffic flows.
TrafficFlowMapModelDataConverter - Class in com.tomtom.online.sdk.map.traffic
Gson serializer for TrafficFlowMapBalloon
TrafficFlowMapModelDataConverter() - Constructor for class com.tomtom.online.sdk.map.traffic.TrafficFlowMapModelDataConverter
 
TrafficFlowModelDataConverter - Class in com.tomtom.online.sdk.map.traffic
Gson serializer for TrafficFlow
TrafficFlowModelDataConverter() - Constructor for class com.tomtom.online.sdk.map.traffic.TrafficFlowModelDataConverter
 
TrafficFlowTilesType - Enum in com.tomtom.online.sdk.map.model
Traffic flow tiles type.
TrafficFlowType - Interface in com.tomtom.online.sdk.map
The style to be used to render the tile.
TrafficFlowType.AbsoluteTrafficFlowStyle - Class in com.tomtom.online.sdk.map
Absolute style: the colors will reflect the absolute speed measured.
TrafficFlowType.BaseTrafficFlowStyle - Class in com.tomtom.online.sdk.map
Base for styles
TrafficFlowType.RasterTrafficFlowType - Interface in com.tomtom.online.sdk.map
Base for raster styles
TrafficFlowType.RasterTrafficFlowType.Factory - Class in com.tomtom.online.sdk.map
 
TrafficFlowType.ReducedSensitivityTrafficFlowStyle - Class in com.tomtom.online.sdk.map
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 - Class in com.tomtom.online.sdk.map
Relative-delay traffic style displays relative speeds only where they are different from the freeflow speeds.
TrafficFlowType.RelativeTrafficFlowStyle - Class in com.tomtom.online.sdk.map
Relative style return the speed relative to free-flow, highlighting areas of congestion.
TrafficFlowType.VectorTrafficFlowType - Interface in com.tomtom.online.sdk.map
Base for vector styles
TrafficFlowType.VectorTrafficFlowType.Factory - Class in com.tomtom.online.sdk.map
 
TrafficIncident - Class in com.tomtom.online.sdk.map.traffic
Class defining traffic incident.
TrafficIncident() - Constructor for class com.tomtom.online.sdk.map.traffic.TrafficIncident
 
TrafficIncidentCluster - Class in com.tomtom.online.sdk.map.traffic
Traffic incidents cluster data which can be taken from a vector incident tile.
TrafficIncidentCluster() - Constructor for class com.tomtom.online.sdk.map.traffic.TrafficIncidentCluster
 
TrafficIncidentFlow - Class in com.tomtom.online.sdk.map.traffic
Traffic incidents flow data which can be taken from a vector incident tile.
TrafficIncidentFlow() - Constructor for class com.tomtom.online.sdk.map.traffic.TrafficIncidentFlow
 
TrafficIncidentFlowsModelDataConverter - Class in com.tomtom.online.sdk.map.traffic
Gson serializer for TrafficIncidentFlow
TrafficIncidentFlowsModelDataConverter() - Constructor for class com.tomtom.online.sdk.map.traffic.TrafficIncidentFlowsModelDataConverter
 
TrafficIncidentPoi - Class in com.tomtom.online.sdk.map.traffic
Traffic incidents poi (Points of Interest) data which can be taken from a vector incident tile.
TrafficIncidentPoi() - Constructor for class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoi
 
TrafficIncidentPoiFormatter(Context) - Constructor for class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter.TrafficIncidentPoiFormatter
Text formatter for incident poi.
TrafficIncidentPoisModelDataConverter - Class in com.tomtom.online.sdk.map.traffic
Gson serializer for TrafficIncidentPoi
TrafficIncidentPoisModelDataConverter() - Constructor for class com.tomtom.online.sdk.map.traffic.TrafficIncidentPoisModelDataConverter
 
TrafficIncidentsBalloonViewAdapter - Class in com.tomtom.online.sdk.map
Default abstract implementation for inflating traffic balloon model.
TrafficIncidentsBalloonViewAdapter() - Constructor for class com.tomtom.online.sdk.map.TrafficIncidentsBalloonViewAdapter
 
TrafficIncidentsBalloonViewAdapter.Default - Class in com.tomtom.online.sdk.map
Default implementation for inflating traffic incident balloon model.
TrafficIncidentsBalloonViewAdapter.MagnitudeFormatter - Class in com.tomtom.online.sdk.map
Formatter for traffic incident magnitude flow param.
TrafficIncidentsBalloonViewAdapter.TrafficFlowFormatter - Class in com.tomtom.online.sdk.map
Formatter for traffic incident flow.
TrafficIncidentsBalloonViewAdapter.TrafficIncidentPoiFormatter - Class in com.tomtom.online.sdk.map
Text formatter for incident poi.
TrafficIncidentsBalloonViewAdapter.TrafficRoadCoverageFormatter - Class in com.tomtom.online.sdk.map
Formatter for traffic incident coverage flow param.
TrafficIncidentsMapBalloon - Class in com.tomtom.online.sdk.map
Representation of traffic incident balloon displayed on map when traffic incident shown.
TrafficIncidentsMapBalloon() - Constructor for class com.tomtom.online.sdk.map.TrafficIncidentsMapBalloon
 
TrafficIncidentsMapModelDataConverter - Class in com.tomtom.online.sdk.map.traffic
Gson serializer for TrafficIncidentsMapBalloon model.
TrafficIncidentsMapModelDataConverter() - Constructor for class com.tomtom.online.sdk.map.traffic.TrafficIncidentsMapModelDataConverter
 
TrafficIncidentsTilesType - Enum in com.tomtom.online.sdk.map.model
Traffic incidents tiles type.
TrafficIncidentsType - Interface in com.tomtom.online.sdk.map
The style to be used to render the tile.
TrafficIncidentsType.BaseTrafficIncidentsStyle - Class in com.tomtom.online.sdk.map
Base for styles
TrafficIncidentsType.CustomTrafficIncidentsStyle - Class in com.tomtom.online.sdk.map
S2 style: similar to S1 with rounded ends on tubes.
TrafficIncidentsType.DefaultTrafficIncidentsStyle - Class in com.tomtom.online.sdk.map
S1 style: the basic traffic incidents style.
TrafficIncidentsType.VectorTrafficIncidentsType - Interface in com.tomtom.online.sdk.map
Base for vector styles
TrafficIncidentsType.VectorTrafficIncidentsType.Factory - Class in com.tomtom.online.sdk.map
 
TrafficIncidentVisitor - Interface in com.tomtom.online.sdk.map.traffic
The visitor for a traffic incident.
trafficLevel - Variable in class com.tomtom.online.sdk.map.traffic.TrafficFlow
 
trafficRoadCoverage - Variable in class com.tomtom.online.sdk.map.traffic.TrafficFlow
 
TrafficSelectedState - Class in com.tomtom.online.sdk.map
Keep information about selected traffic flow.
TrafficSelectedState() - Constructor for class com.tomtom.online.sdk.map.TrafficSelectedState
State of selected traffic.
TrafficSelectedState(MapPoint, TrafficFlowMapBalloon) - Constructor for class com.tomtom.online.sdk.map.TrafficSelectedState
Create container which keep selected traffic flow state.
TrafficSelectedState(MapPoint, TrafficIncidentsMapBalloon) - Constructor for class com.tomtom.online.sdk.map.TrafficSelectedState
Create container which keep selected traffic incidents state.
TrafficSettings - Interface in com.tomtom.online.sdk.map
Settings for manipulating traffic settings related to traffic (e.g.
travelMode - Variable in class com.tomtom.online.sdk.map.traffic.TrafficFlow
 
turnOff() - Method in class com.tomtom.online.sdk.map.MapLayers
Turn off all available layers.
turnOff() - Method in class com.tomtom.online.sdk.map.MapTiles
Turn off tiles.
turnOffTraffic() - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Turn off information about traffic
turnOffTrafficFlowTiles() - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Turn off traffic flow tiles.
turnOffTrafficIncidents() - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Turn off all traffic incidents ( Vector and raster)
turnOnBasic() - Method in class com.tomtom.online.sdk.map.MapLayers
Turn on basic.
turnOnHybrid() - Method in class com.tomtom.online.sdk.map.MapLayers
Turn on hybrid (labels with roads).
turnOnLabels() - Method in class com.tomtom.online.sdk.map.MapLayers
Turn on labels.
turnOnRaster() - Method in class com.tomtom.online.sdk.map.MapTiles
Turn on raster tiles.
turnOnRasterTrafficFlowTiles() - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Set traffic tiles to raster.
turnOnRasterTrafficFlowTiles(TrafficFlowType.RasterTrafficFlowType) - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Set traffic tiles flow to raster.
turnOnRasterTrafficIncidents() - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Turn on raster incidents.
turnOnVector() - Method in class com.tomtom.online.sdk.map.MapTiles
Turn on vector tiles.
turnOnVectorTrafficFlowTiles() - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Set traffic tiles to vector.
turnOnVectorTrafficFlowTiles(TrafficFlowType.VectorTrafficFlowType) - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Set traffic tiles to vector.
turnOnVectorTrafficIncidents() - Method in interface com.tomtom.online.sdk.map.TrafficExtensions
Turn on vector incidents.

U

UiComponentsLayer - Interface in com.tomtom.online.sdk.map
Interface that represents UI components added on top of the map (e.g.
UIMapSettings - Interface in com.tomtom.online.sdk.map
Map display settings.
UiSettings - Interface in com.tomtom.online.sdk.map
Settings for manipulating map settings related to UI (e.g.
unmarkAsDraggable() - Method in interface com.tomtom.online.sdk.map.Marker
Makes the marker not draggable.
UNSPECIFIED_ZOOM_LEVEL - Static variable in class com.tomtom.core.maps.gestures.GesturesDetectionSettings
An unspecified zoom level which is used internally.
updateAnimationOptions(Chevron.AnimationOptions) - Method in interface com.tomtom.online.sdk.map.Chevron
Set new animation options.
updateGesturesDetectionSettings(GesturesDetectionSettings) - Method in interface com.tomtom.online.sdk.map.TomtomMap
Updates the current gestures detection settings.
updateMapConfig(SurfaceHolder) - Method in class com.tomtom.online.sdk.map.MapView
 
updateMapSurface(SurfaceHolder) - Method in class com.tomtom.online.sdk.map.MapView
 
updateMarkerIcon(Marker, Icon) - Method in interface com.tomtom.online.sdk.map.MarkerSettings
Update marker icon with a new one.
updateViewWithLocationInPixels(double, PointF, PointF) - Method in class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
 
updateViewWithMapLocation(Location, double, double) - Method in class com.tomtom.online.sdk.map.ui.currentlocation.BasicCurrentLocationView
 

V

valueOf(String) - Static method in enum com.tomtom.online.sdk.map.MarkerAnchor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.map.model.LineCapType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.map.model.LineJoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.map.model.MapLayersType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.map.model.MapModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.map.model.MapTilesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.map.model.TrafficFlowTilesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.map.model.TrafficIncidentsTilesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.map.style.layers.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.map.StyleProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButton.ArrowIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.map.ui.zoom.ZoomButton.ZoomIcon
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tomtom.online.sdk.map.MarkerAnchor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.map.model.LineCapType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.map.model.LineJoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.map.model.MapLayersType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.map.model.MapModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.map.model.MapTilesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.map.model.TrafficFlowTilesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.map.model.TrafficIncidentsTilesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.map.style.layers.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.map.StyleProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.map.ui.arrowbuttons.ArrowButton.ArrowIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.map.ui.zoom.ZoomButton.ZoomIcon
Returns an array containing the constants of this enum type, in the order they are declared.
verifyGpsStatus() - Method in class com.tomtom.online.sdk.map.MapView
 
Visibility - Enum in com.tomtom.online.sdk.map.style.layers
A property that defines whether a selected style element is visible or not.
visit(GeoJsonSource) - Method in interface com.tomtom.online.sdk.map.style.sources.SourceVisitor
Allows the use of a visitor design pattern for GeoJsonSource.
visit(ImageSource) - Method in interface com.tomtom.online.sdk.map.style.sources.SourceVisitor
Allows the use of a visitor design pattern for ImageSource.
visit(TrafficIncidentCluster) - Method in interface com.tomtom.online.sdk.map.traffic.TrafficIncidentVisitor
visit(TrafficIncidentFlow) - Method in interface com.tomtom.online.sdk.map.traffic.TrafficIncidentVisitor
visit(TrafficIncidentPoi) - Method in interface com.tomtom.online.sdk.map.traffic.TrafficIncidentVisitor

W

WriteSDCardChecker(Context) - Constructor for class com.tomtom.online.sdk.common.permission.AndroidPermissionChecker.WriteSDCardChecker
Instantiates a new Read sd card checker.

X

xIconOffset - Variable in enum com.tomtom.online.sdk.map.MarkerAnchor
Defines the icon offset in the x axis.

Y

yIconOffset - Variable in enum com.tomtom.online.sdk.map.MarkerAnchor
Defines the icon offset in the y axis.

Z

ZoomButton - Class in com.tomtom.online.sdk.map.ui.zoom
Button that represents one of zoom buttons.
ZoomButton(Context) - Constructor for class com.tomtom.online.sdk.map.ui.zoom.ZoomButton
Default constructor that takes context to initialize this subclass of AppCompatImageView.
ZoomButton(Context, AttributeSet) - Constructor for class com.tomtom.online.sdk.map.ui.zoom.ZoomButton
Custom constructor to provide custom set of attributes.
ZoomButton(Context, AttributeSet, int) - Constructor for class com.tomtom.online.sdk.map.ui.zoom.ZoomButton
Custom constructor to provide custom set of attributes and a reference to default style resource.
ZoomButton.ZoomIcon - Enum in com.tomtom.online.sdk.map.ui.zoom
Determines the type of zoom icon.
ZoomButtonsGroup - Class in com.tomtom.online.sdk.map.ui.zoom
Group of buttons that contains zoom in and zoom out button.
ZoomButtonsGroup(Context) - Constructor for class com.tomtom.online.sdk.map.ui.zoom.ZoomButtonsGroup
Default constructor that uses context to inflate this group and initialize both zoom buttons with their click listeners.
ZoomButtonsGroup(Context, AttributeSet) - Constructor for class com.tomtom.online.sdk.map.ui.zoom.ZoomButtonsGroup
Custom constructor that uses context to inflate this group and initialize both zoom buttons with their click listeners.
ZoomButtonsGroup(Context, AttributeSet, int) - Constructor for class com.tomtom.online.sdk.map.ui.zoom.ZoomButtonsGroup
Custom constructor that uses context to inflate this group and initialize both zoom buttons with their click listeners.
zoomToMarkers(List<Marker>) - Method in interface com.tomtom.online.sdk.map.MarkerSettings
Zoom to map markers.
A B C D E F G H I K L M N O P R S T U V W X Y Z 
Skip navigation links