CameraPositionUpdate

class CameraPositionUpdate(val bearing: Double, val target: LatLng?, val tilt: Double, val zoom: Double, val padding: DoubleArray?) : CameraUpdate

Constructors

Link copied to clipboard
constructor(bearing: Double, target: LatLng?, tilt: Double, zoom: Double, padding: DoubleArray?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun getCameraPosition(maplibreMap: MapLibreMap): CameraPosition

Get the camera position from the camera update.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String