CameraState

open class CameraState : Parcelable

Constructors

CameraState
Link copied to clipboard
open fun CameraState(model: Camera.CameraModel)
CameraState
Link copied to clipboard
open fun CameraState(mapView: MapView)

Types

AnimatedAttributes
Link copied to clipboard
class AnimatedAttributes
AnimatedElement
Link copied to clipboard
annotation class AnimatedElement
Builder
Link copied to clipboard
open class Builder
PositionOrientation
Link copied to clipboard
class PositionOrientation

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
getAnimatedAttributes
Link copied to clipboard
open fun getAnimatedAttributes(element: Int): CameraState.AnimatedAttributes
getLocalRotation
Link copied to clipboard
open fun getLocalRotation(): Point3F
getLocalTranslation
Link copied to clipboard
open fun getLocalTranslation(): Point3F
getMapCenter
Link copied to clipboard
open fun getMapCenter(): MapCenter
getMapCenterSettings
Link copied to clipboard
open fun getMapCenterSettings(): MapCenterSettings
getMapPadding
Link copied to clipboard
open fun getMapPadding(): RectF
getMapRectangle
Link copied to clipboard
open fun getMapRectangle(): MapRectangle
getMovementMode
Link copied to clipboard
open fun getMovementMode(): Int
getPosition
Link copied to clipboard
open fun getPosition(): GeoCoordinates
getRotation
Link copied to clipboard
open fun getRotation(): Float
getRotationMode
Link copied to clipboard
open fun getRotationMode(): Int
getTilt
Link copied to clipboard
open fun getTilt(): Float
getZoomLevel
Link copied to clipboard
open fun getZoomLevel(): Float
hasAnimatedAttributes
Link copied to clipboard
open fun hasAnimatedAttributes(): Boolean
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<CameraState>