public static interface

MapApi.Config

com.mapsted.map.MapApi.Config
Known Indirect Subclasses

Class Overview

Access/manage map related settings/configs

Summary

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.

Public Methods

public abstract void applyMapPerspective (int mapPerspective)

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

Parameters
mapPerspective the desired perspective

public abstract void applyMapStyle (int baseMapStyle, Context context)

Update the current map style

Parameters
baseMapStyle the desired map style
context application context

public abstract 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 abstract int getMapPerspective ()

Get the current map perspective

Returns
  • the current map perspective

public abstract int getMapStyle ()

Get the current map style

Returns
  • the current map style

public abstract void hideUserPositionMarkerOnMap ()

hides the user position marker on the map

public abstract 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 abstract void refreshAllStyles ()

Refresh may layer styles

public abstract 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 abstract void setLanguageCode (String languageCode)

Sets the language for map.

Parameters
languageCode language code