CameraState

Describes the viewpoint of a camera.

Constructors

Link copied to clipboard
open fun CameraState(@NonNull center: Point, @NonNull padding: EdgeInsets, zoom: Double, bearing: Double, pitch: Double)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
val center: Point
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard

Extension function to convert CameraState to CameraOptions.