MapSizePlugin

interface MapSizePlugin

Plugin interface invoked when the size of map changes.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onSizeChanged
Link copied to clipboard
open fun onSizeChanged(width: Int, height: Int)
Invoked when MapView's width and height have changed.
toString
Link copied to clipboard
open fun toString(): String

Inheritors

AnnotationPlugin
Link copied to clipboard
GesturesPlugin
Link copied to clipboard
MapOverlayPlugin
Link copied to clipboard
ScaleBarPlugin
Link copied to clipboard