Simple Map Data Model
Functions
addClusterLayer
Link copied to clipboard
addMapObject
Link copied to clipboard
getMapObjects
Link copied to clipboard
getPositionIndicatorAccuracyColor
Link copied to clipboard
getPositionIndicatorRotation
Link copied to clipboard
getPositionIndicatorType
Link copied to clipboard
isPositionIndicatorAccuracyVisible
Link copied to clipboard
isPositionIndicatorVisible
Link copied to clipboard
isWarningsTypeVisible
Link copied to clipboard
removeClusterLayer
Link copied to clipboard
removeMapObject
Link copied to clipboard
setIncidentWarningSettings
Link copied to clipboard
open fun setIncidentWarningSettings(@NonNull() settings: IncidentWarningSettings): Boolean
Content copied to clipboard
setMapLanguage
Link copied to clipboard
setMapLayerCategoryVisibility
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
abstract fun setMapLayerCategoryVisibility(category: Int, enable: Boolean): Boolean
Content copied to clipboard
Toggles the visibility of items from MapLayerCategory list on map
setMapSpeedUnits
Link copied to clipboard
setMapWarningSettings
Link copied to clipboard
open fun setMapWarningSettings(@NonNull() settings: MapWarningSettings): Boolean
Content copied to clipboard
setPositionIndicatorAccuracyColor
Link copied to clipboard
setPositionIndicatorAccuracyVisible
Link copied to clipboard
abstract fun setPositionIndicatorAccuracyVisible(visible: Boolean): Boolean
Content copied to clipboard
setPositionIndicatorRotation
Link copied to clipboard
setPositionIndicatorType
Link copied to clipboard
setPositionIndicatorVisible
Link copied to clipboard
setTrafficSignSettings
Link copied to clipboard
open fun setTrafficSignSettings(@NonNull() settings: TrafficSignSettings): Boolean
Content copied to clipboard
setWarningsTypeVisibility
Link copied to clipboard
abstract fun setWarningsTypeVisibility(type: Int, enable: Boolean): Boolean
Content copied to clipboard
updateMapObject
Link copied to clipboard