toggle menu
MapLibre Native Android
11.6.1
androidJvm
switch theme
search in API
MapLibre Native Android
/
org.maplibre.android.camera
/
CameraUpdateFactory
/
ZoomUpdate
Zoom
Update
class
ZoomUpdate
:
CameraUpdate
Members
Constructors
Zoom
Update
Link copied to clipboard
constructor
(
type
:
Int
)
constructor
(
type
:
Int
,
zoom
:
Double
)
constructor
(
zoom
:
Double
,
x
:
Float
,
y
:
Float
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
val
type
:
Int
x
Link copied to clipboard
var
x
:
Float
y
Link copied to clipboard
var
y
:
Float
zoom
Link copied to clipboard
val
zoom
:
Double
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Camera
Position
Link copied to clipboard
open
override
fun
getCameraPosition
(
maplibreMap
:
MapLibreMap
)
:
CameraPosition
Get the camera position from the camera update.
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String