ZoomPlugin.ID
plugin callback interfaces to configure the plugin itself and to catch events.See: Description
Interface | Description |
---|---|
CompletedCallback |
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. |
RejectedCallback |
Callback interface of
ZoomPlugin.ID plugin that is called once zooming or panning is rejected. |
StartCallback |
Callback interface of
ZoomPlugin.ID plugin that is called when pan or zoom is about to start.If this callback returns false , pan or zoom is aborted and RejectedCallback is invoked. |
ZoomPlugin.ID
plugin callback interfaces to configure the plugin itself and to catch events.