Simple Map Data Model
Functions
add Cluster Layer
Link copied to clipboard
add Map Object
Link copied to clipboard
Adds specified map object on map.
get Map Objects
Link copied to clipboard
Returns unmodifiable set of map objects placed into the map
get Position Indicator Accuracy Color
Link copied to clipboard
Returns the color of the accuracy indicator circle.
get Position Indicator Rotation
Link copied to clipboard
Gets the Indicator rotation mode.
get Position Indicator Type
Link copied to clipboard
Gets the Indicator type.
is Position Indicator Accuracy Visible
Link copied to clipboard
Indicates whether the accuracy indicator circle is visible.
is Position Indicator Visible
Link copied to clipboard
Indicates whether the vehicle is visible.
is Warnings Type Visible
Link copied to clipboard
remove Cluster Layer
Link copied to clipboard
remove Map Object
Link copied to clipboard
Removes specified map object from map.
set Incident Warning Settings
Link copied to clipboard
open fun setIncidentWarningSettings(@NonNull settings: IncidentWarningSettings): Boolean
Content copied to clipboard
set Map Language
Link copied to clipboard
Sets the language for map This will affect language of displayed names on map
set Map Layer Category Visibility
Link copied to clipboard
open fun setMapLayerCategoryVisibility(category: Int, enable: Boolean): Boolean
Content copied to clipboard
Toggles the visibility of items from MapLayerCategory list on map
set Map Speed Units
Link copied to clipboard
Sets the speed units in which the speed values should be displayed on map
set Map Warning Settings
Link copied to clipboard
open fun setMapWarningSettings(@NonNull settings: MapWarningSettings): Boolean
Content copied to clipboard
set Position Indicator Accuracy Color
Link copied to clipboard
Sets the color of the accuracy indicator circle.
set Position Indicator Accuracy Visible
Link copied to clipboard
Sets the accuracy indicator circle visibility.
set Position Indicator Rotation
Link copied to clipboard
Sets the Indicator type.
set Position Indicator Type
Link copied to clipboard
Sets the Indicator type.
set Position Indicator Visible
Link copied to clipboard
Sets the vehicle visible.
set Traffic Sign Settings
Link copied to clipboard
open fun setTrafficSignSettings(@NonNull settings: TrafficSignSettings): Boolean
Content copied to clipboard
set Warnings Type Visibility
Link copied to clipboard
update Map Object
Link copied to clipboard