ZoomPlugin.ID plugin callback interfaces to configure the plugin itself
and to catch events.See: Description
| Interface | Description |
|---|---|
| CompleteCallback |
Callback interface of
ZoomPlugin.ID plugin that is called once zooming or panning is completed. |
| ModeCallback |
Callback interface of
ZoomPlugin.ID plugin to set the mode (pan and zoom) directions at runtime. |
| ProgressCallback |
Callback interface of
ZoomPlugin.ID plugin that is called while the user is zooming or panning. |
ZoomPlugin.ID plugin callback interfaces to configure the plugin itself
and to catch events.