Builder

class Builder

Builder for FollowPuckViewportStateOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

animationDurationMs
Link copied to clipboard
fun animationDurationMs(duration: Long): FollowPuckViewportStateOptions.Builder
The duration of an animation that happens once when FollowPuckViewportState.startUpdatingCamera is invoked.
bearing
Link copied to clipboard
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?): FollowPuckViewportStateOptions.Builder
The value to use for setting CameraOptions.padding.
pitch
Link copied to clipboard
fun pitch(pitch: Double?): FollowPuckViewportStateOptions.Builder
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?): FollowPuckViewportStateOptions.Builder
The value to use for setting CameraOptions.zoom.