ZoomUpdate

Constructors

Link copied to clipboard
constructor(type: Int)
constructor(type: Int, zoom: Double)
constructor(zoom: Double, x: Float, y: Float)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: Int
Link copied to clipboard
var x: Float
Link copied to clipboard
var y: Float
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