public class GLWidgetsMapComponent extends AbstractMapComponent
Modifier and Type | Class and Description |
---|---|
static class |
GLWidgetsMapComponent.WidgetTouchHandler |
AbstractMapComponent.OnAllComponentsCreatedCallback
TAG
Constructor and Description |
---|
GLWidgetsMapComponent() |
Modifier and Type | Method and Description |
---|---|
LayoutWidget |
getRootLayout() |
void |
onActionBarToggled(boolean showing)
Note individual MapWidgets do not need to register for action bar events.
|
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.
|
addOverlay, onConfigurationChanged, onCreateOptionsMenu, onDestroy, onOptionsItemSelected, onOptionsMenuClosed, onPause, onPrepareOptionsMenu, onResume, onStart, onStop, registerReceiver, removeOverlay, setOnAllComponentsCreatedCallback, unregisterReceiver
public void onCreate(android.content.Context context, android.content.Intent intent, MapView view)
MapComponent
context
- the context of the component (the MapActivity instance)intent
- the intent of the MapActivityview
- the main MapViewpublic LayoutWidget getRootLayout()
protected void onDestroyImpl(android.content.Context context, MapView view)
AbstractMapComponent
onDestroyImpl
in class AbstractMapComponent
public void onActionBarToggled(boolean showing)
showing
- true when the action bar is showing.