Builder

class Builder

Builder for FollowPuckViewportStateOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

animationDurationMs
Link copied to clipboard
fun animationDurationMs(duration: Long): <ERROR CLASS>
The duration of an animation that happens once when FollowPuckViewportState.startUpdatingCamera is invoked.
bearing
Link copied to clipboard
fun bearing(options: FollowPuckViewportStateBearing?): <ERROR CLASS>
Indicates how to obtain the value to use for CameraOptions.bearing when setting the camera.
build
Link copied to clipboard
fun build(): FollowPuckViewportStateOptions
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
padding
Link copied to clipboard
fun padding(padding: EdgeInsets?): <ERROR CLASS>
The value to use for setting CameraOptions.padding.
pitch
Link copied to clipboard
fun pitch(pitch: Double?): <ERROR CLASS>
The value to use for setting CameraOptions.pitch.
toString
Link copied to clipboard
open fun toString(): String
zoom
Link copied to clipboard
fun zoom(zoom: Double?): <ERROR CLASS>
The value to use for setting CameraOptions.zoom.