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 maximum duration between frames in milliseconds.
bearing
Link copied to clipboard
The camera bearing configuration of the FollowPuckViewportState.
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 edge padding of the map.
pitch
Link copied to clipboard
fun pitch(pitch: Double?): FollowPuckViewportStateOptions.Builder
The default pitch that will be generated for following camera frames.
toString
Link copied to clipboard
open fun toString(): String
zoom
Link copied to clipboard
fun zoom(zoom: Double?): FollowPuckViewportStateOptions.Builder
The default zoom that will be generated for camera following frames.