Journey
data class Journey(val journey: Journey, val headingDegrees: Double? = null, val insets: Double = 0.0, val tilt: Double? = null, val fallback: CameraTarget = Default) : CameraTarget
Sets one or more of the position, heading and elevation of the camera.
Since
0.0.86
Parameters
journey
The journey to centre in the camera
headingDegrees
The heading of the camera
insets
The margin around the view which should be taken into account in addition to the span
tilt
The tilt of the camera
fallback
The CameraTarget
to use if the journey is unavailable