UpdateMapViewEvent

constructor(type: Short, value: Float)

Constructs an UpdateMapViewEvent from the type of new event and the value of the type. Considers duration seconds as default value.

Parameters

type

Type of map view event @see 'ROTATE', 'ZOOM', 'TILT', 'RECENTER'

value

A float value corresponding to types' value.


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.

Parameters

type

Type of map view event @see 'ROTATE', 'ZOOM', 'TILT', 'RECENTER'

value

A float value corresponding to type's value.

durationSeconds

A float value indicates the duration seconds of the update.