NavigationCameraUpdate

open class NavigationCameraUpdate

Used with update.

This class wraps a Maps SDK CameraUpdate. It adds an option for CameraUpdateMode that determine how the camera update behaves with tracking modes.

Constructors

NavigationCameraUpdate
Link copied to clipboard
open fun NavigationCameraUpdate(cameraUpdate: CameraUpdate)
Creates and instance of this class, taking a CameraUpdate that has already been built.

Properties

cameraUpdate
Link copied to clipboard
private val cameraUpdate: CameraUpdate
mode
Link copied to clipboard
private open var mode: CameraUpdateMode