FollowPuckViewportStateOptions

class FollowPuckViewportStateOptions

Options that impact the FollowPuckViewportState.

Types

Builder
Link copied to clipboard
class Builder

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Indicates whether some other object is "equal to" this one.
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Returns a hash code value for the object.
toBuilder
Link copied to clipboard
fun toBuilder(): FollowPuckViewportStateOptions.Builder
Returns a builder that created the FollowPuckViewportStateOptions
toString
Link copied to clipboard
open override fun toString(): String
Returns a String for the object.

Properties

animationDurationMs
Link copied to clipboard
val animationDurationMs: Long
The maximum duration between frames in milliseconds.
bearing
Link copied to clipboard
val bearing: FollowPuckViewportStateBearing?
The camera bearing configuration of the FollowPuckViewportState.
padding
Link copied to clipboard
val padding: EdgeInsets?
The edge padding of the map.
pitch
Link copied to clipboard
val pitch: Double?
The default pitch that will be generated for following camera frames.
zoom
Link copied to clipboard
val zoom: Double?
The default zoom that will be generated for camera following frames.