InitialCameraOptions

Abstract class for determining options for the initial configuration of the camera. For example zoom level, tilt, rotation, field of view and camera position or camera bounds.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val fieldOfView: Double

fieldOfView of the camera.

Link copied to clipboard
abstract val position: GeoPoint?

position of the camera. Null if bounds is set.

Link copied to clipboard
abstract val rotation: Double

rotation of the camera.

Link copied to clipboard
abstract val tilt: Double

tilt of the camera.

Link copied to clipboard
abstract val zoom: Double

zoom of the camera.

Functions

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract fun convertToCameraOptions(): CameraOptions

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)