OverviewViewportStateOptions

Configuration options that impact the OverviewViewportState.

Types

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String

Returns a String for the object.

Properties

Link copied to clipboard

The length of the animation performed in milliseconds by OverviewViewportState when it starts updating the camera and anytime OverviewViewportState.options is set.

Link copied to clipboard

The bearing that OverviewViewportState should use when calculating its camera.

Link copied to clipboard
val geometry: Geometry

The geometry that the OverviewViewportState should use when calculating its camera.

Link copied to clipboard

The amount of padding in pixels to add to the given geometry.

Link copied to clipboard

The maximum allowed zoom level when calculating the camera of OverviewViewportState.

Link copied to clipboard

The offset to the center of the given geometry relative to map center in pixels, when calculating the camera of OverviewViewportState.

Link copied to clipboard

The amount of padding in pixels to add to the map when calculating its camera.

Link copied to clipboard

The pitch that OverviewViewportState should use when calculating its camera.