public class GridLinesMapComponent extends AbstractMapComponent implements OverlayManager.OnServiceListener, Overlay.OnVisibleChangedListener, android.content.SharedPreferences.OnSharedPreferenceChangeListener
AbstractMapComponent.OnAllComponentsCreatedCallbackTAG| Constructor and Description |
|---|
GridLinesMapComponent() |
| Modifier and Type | Method and Description |
|---|---|
static CustomGrid |
getCustomGrid() |
void |
onCreate(android.content.Context context,
android.content.Intent intent,
MapView view)
Called when the component is first created
|
protected void |
onDestroyImpl(android.content.Context context,
MapView view)
This method is invoked as a subset of the onDestroy call as part of the
MapComponent lifecycle.
|
void |
onOverlayManagerBind(OverlayManager manager) |
void |
onOverlayManagerUnbind(OverlayManager manager) |
void |
onOverlayVisibleChanged(Overlay overlay) |
void |
onSharedPreferenceChanged(android.content.SharedPreferences sharedPreferences,
java.lang.String key) |
addOverlay, onConfigurationChanged, onCreateOptionsMenu, onDestroy, onOptionsItemSelected, onOptionsMenuClosed, onPause, onPrepareOptionsMenu, onResume, onStart, onStop, registerReceiver, removeOverlay, setOnAllComponentsCreatedCallback, unregisterReceiverpublic void onCreate(android.content.Context context,
android.content.Intent intent,
MapView view)
MapComponentonCreate in interface MapComponentcontext - the context of the component (the MapActivity instance)intent - the intent of the MapActivityview - the main MapViewpublic void onOverlayManagerBind(OverlayManager manager)
onOverlayManagerBind in interface OverlayManager.OnServiceListenerpublic void onOverlayManagerUnbind(OverlayManager manager)
onOverlayManagerUnbind in interface OverlayManager.OnServiceListenerpublic void onOverlayVisibleChanged(Overlay overlay)
onOverlayVisibleChanged in interface Overlay.OnVisibleChangedListenerpublic void onSharedPreferenceChanged(android.content.SharedPreferences sharedPreferences,
java.lang.String key)
onSharedPreferenceChanged in interface android.content.SharedPreferences.OnSharedPreferenceChangeListenerprotected void onDestroyImpl(android.content.Context context,
MapView view)
AbstractMapComponentonDestroyImpl in class AbstractMapComponentpublic static CustomGrid getCustomGrid()