public class RangeAndBearingEndpointMoveTool extends Tool implements MapEventDispatcher.MapEventDispatchListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
_identifier, _mapListenerCount, _mapView| Constructor and Description |
|---|
RangeAndBearingEndpointMoveTool(MapView mapView) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Called only by the parent during final cleanup activities.
|
void |
onMapEvent(MapEvent event) |
boolean |
onToolBegin(android.os.Bundle extras)
Called when this tool has been asked to start (and after the last tool has cleaned up)
|
protected void |
onToolEnd()
Called when this tool has been asked to end, either directly or by the user selecting a new
tool or possibly a new toolbar.
|
void |
requestBeginTool(RangeAndBearingEndpoint ep)
Helper method to send the intent required to ask the ToolbarLibrary to make this tool active.
|
clearExtraListeners, endTool, findPoint, getActive, getIdentifier, onKey, popAllMapListeners, popMapListeners, pushMapListeners, requestBeginTool, requestEndTool, setActive, shouldEndOnBackpublic static final java.lang.String TAG
public RangeAndBearingEndpointMoveTool(MapView mapView)
public void dispose()
Toolpublic void requestBeginTool(RangeAndBearingEndpoint ep)
public void onMapEvent(MapEvent event)
onMapEvent in interface MapEventDispatcher.MapEventDispatchListenerprotected void onToolEnd()
Toolpublic boolean onToolBegin(android.os.Bundle extras)
ToolonToolBegin in class Toolextras - extra params that were passed by the GUI