CameraOptions

Various options for describing the viewpoint of a camera. All fields are optional. Anchor and center points are mutually exclusive, with preference for the center point when both are set.

Types

Link copied to clipboard
class Builder

Functions

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

Properties

Link copied to clipboard
@Nullable
@get:Nullable
val anchor: ScreenCoordinate
Link copied to clipboard
@Nullable
@get:Nullable
val bearing: Double
Link copied to clipboard
@Nullable
@get:Nullable
val center: Point
Link copied to clipboard
@Nullable
@get:Nullable
val padding: EdgeInsets
Link copied to clipboard
@Nullable
@get:Nullable
val pitch: Double
Link copied to clipboard
@Nullable
@get:Nullable
val zoom: Double

Extensions

Link copied to clipboard

Check whether given CameraOptions object is empty.