Builder

open class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun addMapViewEvent(type: Short, value: Float, durationSec: Float): UpdateMapEvent.Builder
Method to add a map view event (i.e.
Link copied to clipboard
open fun build(): UpdateMapEvent
Link copied to clipboard
Method to set the duration of the update map event performed.
Link copied to clipboard
Method to set the map bounds.
Link copied to clipboard
open fun setNewMapPos(newMapPos: Mercator): UpdateMapEvent.Builder
Method to set new map position.
Link copied to clipboard
open fun setNewZone(newZone: Zone): UpdateMapEvent.Builder
Method to set new zone on the map.
Link copied to clipboard
Method to set if re-draw map event is needed.