java.lang.Object | |
↳ | com.mapsted.map.MapstedMapApi.ConfigImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ConfigImpl(MapstedMapApi.MapViewImpl mapView) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
applyMapPerspective(int mapPerspective)
Update the current map perspective (2D vs 3D)
| ||||||||||
void |
applyMapStyle(int baseMapStyle, Context context)
Update the current map style
| ||||||||||
boolean |
changeAutomatedClickProcessingState(boolean enable)
Control whether or not map listener will automatically handle click processing
| ||||||||||
int |
getMapPerspective()
Get the current map perspective
| ||||||||||
int |
getMapStyle()
Get the current map style
| ||||||||||
void |
hideUserPositionMarkerOnMap()
hides the user position marker on the map
| ||||||||||
boolean |
isAutomatedClickProcessing()
Check whether or not automated click processing is currently in effect
| ||||||||||
void |
refreshAllStyles()
Refresh may layer styles
| ||||||||||
void |
setAllowNonSearchableEntitySelecting(boolean enable)
Control whether or not map listener allows the selection of non-searchable entities
| ||||||||||
void |
setLanguageCode(String languageCode)
Sets the language for map.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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 |
---|