toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map
/
com.mapbox.dash.sdk.map.presentation.ui.camera
/
CameraOptions
Camera
Options
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
CameraOptions
(
val
bearing
:
Double
?
,
val
pitch
:
Double
?
,
val
center
:
Point
?
,
val
zoom
:
Double
?
,
val
padding
:
EdgeInsets
)
Members
Constructors
Camera
Options
Link copied to clipboard
constructor
(
bearing
:
Double
?
,
pitch
:
Double
?
,
center
:
Point
?
,
zoom
:
Double
?
,
padding
:
EdgeInsets
)
Properties
bearing
Link copied to clipboard
val
bearing
:
Double
?
center
Link copied to clipboard
val
center
:
Point
?
padding
Link copied to clipboard
val
padding
:
EdgeInsets
pitch
Link copied to clipboard
val
pitch
:
Double
?
zoom
Link copied to clipboard
val
zoom
:
Double
?