UpdateMapViewEvent

Class to specify a new map view event type. Event type can be any one of the following: ROTATEZOOMTILTRECENTER For setting the list of map view events

See also

Constructors

Link copied to clipboard
constructor(type: Short, value: Float)
Constructs an UpdateMapViewEvent from the type of new event and the value of the type.
constructor(type: Short, value: Float, durationSeconds: Float)
Constructs a UpdateMapViewEvent from the type of new event, the value of the type, and the duration seconds of the event.

Types

Link copied to clipboard
@Retention(value = SOURCE)
annotation class TypeDef

Properties

Link copied to clipboard
Link copied to clipboard
val RECENTER: Short = 3
Recenter the map view.
Link copied to clipboard
val ROTATE: Short = 0
Rotate the map view.
Link copied to clipboard
val TILT: Short = 2
Tilt the map view.
Link copied to clipboard
val type: Short
Link copied to clipboard
Link copied to clipboard
val ZOOM: Short = 1
Zoom in/out the map view.