Geographic

data class Geographic(val coordinates: GeographicCoordinateProvider? = null, val headingDegrees: Double? = null, val span: Double? = null, val insets: Double = 0.0, val tilt: Double? = null) : CameraTarget

Sets one or more of the position, heading and elevation of the camera.

Since

0.0.86

Parameters

coordinates

The centre position of the camera

headingDegrees

The heading of the camera

span

The minimum diameter which should be visible around the camera if the camera was directly overhead

insets

The margin around the view which should be taken into account in addition to the span

tilt

The tilt of the camera

Constructors

Link copied to clipboard
constructor(coordinates: GeographicCoordinateProvider? = null, headingDegrees: Double? = null, span: Double? = null, insets: Double = 0.0, tilt: Double? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val headingDegrees: Double? = null
Link copied to clipboard
val insets: Double = 0.0
Link copied to clipboard
val span: Double? = null
Link copied to clipboard
val tilt: Double? = null