public class GoToMapTool extends android.content.BroadcastReceiver implements MapEventDispatcher.MapEventDispatchListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
END_TOOL |
static java.lang.String |
GOTO_MAPTOOL_END |
static java.lang.String |
TAG |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
end() |
static GoToMapTool |
getInstance(MapView mapView) |
void |
onMapEvent(MapEvent event) |
void |
onReceive(android.content.Context context,
android.content.Intent intent) |
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtraspublic static final java.lang.String TAG
public static final java.lang.String GOTO_MAPTOOL_END
public static final java.lang.String END_TOOL
public static GoToMapTool getInstance(MapView mapView)
public void dispose()
public void onReceive(android.content.Context context,
android.content.Intent intent)
onReceive in class android.content.BroadcastReceiverpublic void end()
public void onMapEvent(MapEvent event)
onMapEvent in interface MapEventDispatcher.MapEventDispatchListener