com.mapsted.map.MapApi.Config |
![]() |
Access/manage map related settings/configs
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
applyMapPerspective(int mapPerspective)
Update the current map perspective (2D vs 3D)
| ||||||||||
abstract void |
applyMapStyle(int baseMapStyle, Context context)
Update the current map style
| ||||||||||
abstract boolean |
changeAutomatedClickProcessingState(boolean enable)
Control whether or not map listener will automatically handle click processing
| ||||||||||
abstract int |
getMapPerspective()
Get the current map perspective
| ||||||||||
abstract int |
getMapStyle()
Get the current map style
| ||||||||||
abstract void |
hideUserPositionMarkerOnMap()
hides the user position marker on the map
| ||||||||||
abstract boolean |
isAutomatedClickProcessing()
Check whether or not automated click processing is currently in effect
| ||||||||||
abstract void |
refreshAllStyles()
Refresh may layer styles
| ||||||||||
abstract void |
setAllowNonSearchableEntitySelecting(boolean enable)
Control whether or not map listener allows the selection of non-searchable entities
| ||||||||||
abstract void |
setLanguageCode(String languageCode)
Sets the language for map.
|
Update the current map perspective (2D vs 3D)
mapPerspective | the desired perspective |
---|
Update the current map style
baseMapStyle | the desired map style |
---|---|
context | application context |
Control whether or not map listener will automatically handle click processing
enable | whether or not to allow |
---|
Get the current map perspective
Get the current map style
hides the user position marker on the map
Check whether or not automated click processing is currently in effect
Refresh may layer styles
Control whether or not map listener allows the selection of non-searchable entities
enable | whether or not to allow |
---|
Sets the language for map.
languageCode | language code |
---|