interface Persistable
Interface used to restore map state.
abstract fun onViewStateRestored(savedState: MapState!): Unit
Called internally to restore state, e.g. when app is resumed from the background. |
interface DrivingSettings : Persistable
Advanced settings for driving options manipulation. To obtain this interface, call |
|
interface MarkerSettings : MarkerExtension, MarkersCallbackExtension, Persistable, OnMapTapListener, TomtomMapCallback.OnMapChangedListener
Advanced settings for markers manipulation. To obtain this interface, call TomtomMap.getMarkerSettings |
|
interface OverlaySettings : OnMapTapListener, OverlaysCallbackExtension, Persistable
Settings for overlays manipulation. To obtain this interface, call |
|
interface RouteSettings : RouteExtension, OnMapTapListener, RouteCallbackExtension, Persistable
Advanced settings for routes manipulation. To obtain this interface, call |
|
interface TrafficSettings : TrafficExtensions, OnMapTapListener, Persistable, TomtomMapCallback.OnMapChangedListener
Settings for manipulating traffic settings related to traffic (e.g. flows). To obtain this interface, call |
|
interface UiSettings : UIMapSettings, Persistable
Settings for manipulating map settings related to UI (e.g. styling). To obtain this interface, call |