Builder

class Builder

Builder for OverviewViewportStateOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

animationDurationMs
Link copied to clipboard
fun animationDurationMs(duration: Long): OverviewViewportStateOptions.Builder
The duration between frames in milliseconds.
bearing
Link copied to clipboard
fun bearing(bearing: Double?): OverviewViewportStateOptions.Builder
The bearing of the map.
build
Link copied to clipboard
fun build(): OverviewViewportStateOptions
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
geometry
Link copied to clipboard
fun geometry(geometry: Geometry): OverviewViewportStateOptions.Builder
The geometry that the OverviewState should cover.
hashCode
Link copied to clipboard
open fun hashCode(): Int
padding
Link copied to clipboard
fun padding(padding: EdgeInsets): OverviewViewportStateOptions.Builder
The edge padding of the map.
pitch
Link copied to clipboard
fun pitch(pitch: Double?): OverviewViewportStateOptions.Builder
The pitch of the map.
toString
Link copied to clipboard
open fun toString(): String