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, undoinitButton, onButtonClicked, setActiveclearExtraListeners, endTool, findPoint, getActive, getIdentifier, onKey, popAllMapListeners, popMapListeners, pushMapListeners, requestBeginTool, requestEndTool, shouldEndOnBackpublic 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)
ToolonToolBegin in class EditablePolylineEditToolextras - extra params that were passed by the GUIpublic void onToolEnd()
ToolonToolEnd in class EditablePolylineEditTool