OverviewViewportStateOptions

class OverviewViewportStateOptions

Configuration 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 length of the animation performed in milliseconds by OverviewViewportState when it starts updating the camera and anytime OverviewViewportState.options is set.
bearing
Link copied to clipboard
val bearing: Double?
The bearing that OverviewViewportState should use when calculating its camera.
geometry
Link copied to clipboard
val geometry: Geometry
The geometry that the OverviewViewportState should use when calculating its camera.
padding
Link copied to clipboard
val padding: EdgeInsets
The edge padding that OverviewViewportState should use when calculating its camera.
pitch
Link copied to clipboard
val pitch: Double?
The pitch that OverviewViewportState should use when calculating its camera.