Builder

class Builder

Builder for OverviewViewportStateOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

animationDurationMs
Link copied to clipboard
fun animationDurationMs(duration: Long): <ERROR CLASS>
The length of the animation performed by OverviewViewportState when it starts updating the camera and anytime OverviewViewportState.options is set.
bearing
Link copied to clipboard
fun bearing(bearing: Double?): <ERROR CLASS>
The bearing that OverviewViewportState should use when calculating its camera.
build
Link copied to clipboard
fun build(): <ERROR CLASS>
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
geometry
Link copied to clipboard
fun geometry(geometry: Geometry): <ERROR CLASS>
The geometry that the OverviewViewportState should use when calculating its camera.
hashCode
Link copied to clipboard
open fun hashCode(): Int
padding
Link copied to clipboard
fun padding(padding: EdgeInsets): <ERROR CLASS>
The edge padding that OverviewViewportState should use when calculating its camera.
pitch
Link copied to clipboard
fun pitch(pitch: Double?): <ERROR CLASS>
The pitch that OverviewViewportState should use when calculating its camera.
toString
Link copied to clipboard
open fun toString(): String