addMapViewEvent

Method to add a map view event (i.e., rotation, zoom, tilt, or recenter)

Return

The builder

Parameters

type

Enum specifying the event type.

value

The value to update (e.g., zoom level, rotation angle, etc.)


open fun addMapViewEvent(type: Short, value: Float, durationSec: Float): UpdateMapEvent.Builder

Method to add a map view event (i.e., rotation, zoom, tilt, or recenter)

Return

The builder

Parameters

type

Enum specifying the event type.

value

The value to update (e.g., zoom level, rotation angle, etc.)

durationSec

The duration in seconds that the event should take to execute