public class ShapeEditTool extends EditablePolylineEditTool
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TOOL_IDENTIFIER |
_context, _handleUndo, _insertPointIndex, _poly, _undoButton, _vertsVisible, container, MAIN_PROMPT, TAG, TAP_PROMPT, twoListenerPushesDeep
_button, _imageButton
_identifier, _mapListenerCount, _mapView
Constructor and Description |
---|
ShapeEditTool(MapView mapView,
android.widget.Button button,
android.widget.Button undoButton,
DrawingToolsToolbar drawingToolsToolbar,
DrawingToolsMapReceiver drawingToolsReceiver) |
Modifier and Type | Method and Description |
---|---|
boolean |
onToolBegin(android.os.Bundle extras)
Called when this tool has been asked to start (and after the last tool has cleaned up)
|
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.
|
dispose, insertPoint, multipleVerticesHit, onEditableChanged, onMapEvent, run, showMainPrompt, undo
initButton, onButtonClicked, setActive
clearExtraListeners, endTool, findPoint, getActive, getIdentifier, onKey, popAllMapListeners, popMapListeners, pushMapListeners, requestBeginTool, requestEndTool, shouldEndOnBack
public static final java.lang.String TOOL_IDENTIFIER
public ShapeEditTool(MapView mapView, android.widget.Button button, android.widget.Button undoButton, DrawingToolsToolbar drawingToolsToolbar, DrawingToolsMapReceiver drawingToolsReceiver)
public boolean onToolBegin(android.os.Bundle extras)
Tool
onToolBegin
in class EditablePolylineEditTool
extras
- extra params that were passed by the GUIpublic void onToolEnd()
Tool
onToolEnd
in class EditablePolylineEditTool