public class GLMapComponent extends AbstractMapComponent
AbstractMapComponent.OnAllComponentsCreatedCallback| Constructor and Description |
|---|
GLMapComponent() |
| Modifier and Type | Method and Description |
|---|---|
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 |
onPause(android.content.Context context,
MapView view)
Default implementation for an abstract map component which does not respond to the onPause
state transition.
|
void |
onResume(android.content.Context context,
MapView view)
Default implementation for an abstract map component which does not respond to the onResume
state transition.
|
void |
onStart(android.content.Context context,
MapView view)
Default implementation for an abstract map component which does not respond to the onStart
state transition.
|
void |
onStop(android.content.Context context,
MapView view)
Default implementation for an abstract map component which does not respond to the onStop
state transition.
|
addOverlay, onConfigurationChanged, onCreateOptionsMenu, onDestroy, onOptionsItemSelected, onOptionsMenuClosed, onPrepareOptionsMenu, registerReceiver, removeOverlay, setOnAllComponentsCreatedCallback, unregisterReceiverpublic void onCreate(android.content.Context context,
android.content.Intent intent,
MapView view)
MapComponentcontext - the context of the component (the MapActivity instance)intent - the intent of the MapActivityview - the main MapViewprotected void onDestroyImpl(android.content.Context context,
MapView view)
AbstractMapComponentonDestroyImpl in class AbstractMapComponentpublic void onStart(android.content.Context context,
MapView view)
AbstractMapComponentonStart in interface MapComponentonStart in class AbstractMapComponentcontext - the context of the component (the MapActivity instance)view - the main MapViewpublic void onStop(android.content.Context context,
MapView view)
AbstractMapComponentonStop in interface MapComponentonStop in class AbstractMapComponentcontext - the context of the component (the MapActivity instance)view - the main MapViewpublic void onPause(android.content.Context context,
MapView view)
AbstractMapComponentonPause in interface MapComponentonPause in class AbstractMapComponentcontext - the context of the component (the MapActivity instance)view - the main MapViewpublic void onResume(android.content.Context context,
MapView view)
AbstractMapComponentonResume in interface MapComponentonResume in class AbstractMapComponentcontext - the context of the component (the MapActivity instance)view - the main MapView