public class

MapstedMapApi.ConfigImpl

extends Object
implements MapApi.Config
java.lang.Object
   ↳ com.mapsted.map.MapstedMapApi.ConfigImpl

Summary

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
From class java.lang.Object
From interface com.mapsted.map.MapApi.Config

Public Constructors

public ConfigImpl (MapstedMapApi.MapViewImpl mapView)

Public Methods

public void applyMapPerspective (int mapPerspective)

Update the current map perspective (2D vs 3D)

Parameters
mapPerspective the desired perspective

public void applyMapStyle (int baseMapStyle, Context context)

Update the current map style

Parameters
baseMapStyle the desired map style
context application context

public boolean changeAutomatedClickProcessingState (boolean enable)

Control whether or not map listener will automatically handle click processing

Parameters
enable whether or not to allow
Returns
  • whether or not the request took effect (if feature is implemented)

public int getMapPerspective ()

Get the current map perspective

Returns
  • the current map perspective

public int getMapStyle ()

Get the current map style

Returns
  • the current map style

public void hideUserPositionMarkerOnMap ()

hides the user position marker on the map

public boolean isAutomatedClickProcessing ()

Check whether or not automated click processing is currently in effect

Returns
  • Whether or not automated click processing is currently in effect

public void refreshAllStyles ()

Refresh may layer styles

public void setAllowNonSearchableEntitySelecting (boolean enable)

Control whether or not map listener allows the selection of non-searchable entities

Parameters
enable whether or not to allow

public void setLanguageCode (String languageCode)

Sets the language for map.

Parameters
languageCode language code