MapMovedListener
MapMovedListener
Type: public
interface
The map moved listener
onMapMoved(Double zoom, BoundingBox bounds, Coordinates point)
Type: void
The action which is called when the map move.
Parameter Name | Type | Description |
---|---|---|
zoom | Double | the zoom level |
bounds | BoundingBox | the bounds |
point | Coordinates | the point |