CameraOptions

class CameraOptions : Serializable

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

Builder
Link copied to clipboard
class Builder

Functions

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

Properties

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