OverviewViewportStateOptions

class OverviewViewportStateOptions

Options that impact the OverviewViewportState.

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(): OverviewViewportStateOptions.Builder
Returns a builder that created the OverviewViewportStateOptions
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 duration between frames in milliseconds.
bearing
Link copied to clipboard
val bearing: Double?
The bearing of the map.
geometry
Link copied to clipboard
val geometry: Geometry
The geometry that the OverviewState should cover.
padding
Link copied to clipboard
val padding: EdgeInsets
The edge padding of the map.
pitch
Link copied to clipboard
val pitch: Double?
The pitch of the map.