toggle menu
MapLibre Native Android
11.6.1
androidJvm
switch theme
search in API
MapLibre Native Android
/
org.maplibre.android.camera
/
CameraUpdateFactory
/
CameraPositionUpdate
Camera
Position
Update
class
CameraPositionUpdate
(
val
bearing
:
Double
,
val
target
:
LatLng
?
,
val
tilt
:
Double
,
val
zoom
:
Double
,
val
padding
:
DoubleArray
?
)
:
CameraUpdate
Members
Constructors
Camera
Position
Update
Link copied to clipboard
constructor
(
bearing
:
Double
,
target
:
LatLng
?
,
tilt
:
Double
,
zoom
:
Double
,
padding
:
DoubleArray
?
)
Properties
bearing
Link copied to clipboard
val
bearing
:
Double
padding
Link copied to clipboard
val
padding
:
DoubleArray
?
target
Link copied to clipboard
val
target
:
LatLng
?
tilt
Link copied to clipboard
val
tilt
:
Double
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