Interface | Description |
---|---|
IToolbarExtension | |
ToolListener |
Simple listener for when a tool is started or ended
|
Class | Description |
---|---|
ButtonTool |
Handles button selected state, enabled state, and sends begin_tool/end_tool intents when you
press the button.
|
Tool |
A Tool is a modal operation which changes the way that the user interacts with the map.
|
ToolbarBroadcastReceiver |
Manages the current active tool bar based on intents received which request the active toolbar to
change and calls to registerToolbar.
|
ToolbarMapComponent |
Provides the hooks for Tools to register and be used within the system.
|
ToolManagerBroadcastReceiver |