mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
CameraBoundsOptions
Camera
Bounds
Options
open
class
CameraBoundsOptions
:
Serializable
Holds options to be used for setting `camera bounds`.
Types
Functions
Properties
Types
Builder
Link copied to clipboard
class
Builder
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
Builder
Link copied to clipboard
open
fun
toBuilder
(
)
:
CameraBoundsOptions.Builder
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
bounds
Link copied to clipboard
@
Nullable
@get:
Nullable
val
bounds
:
CoordinateBounds
max
Pitch
Link copied to clipboard
@
Nullable
@get:
Nullable
val
maxPitch
:
Double
max
Zoom
Link copied to clipboard
@
Nullable
@get:
Nullable
val
maxZoom
:
Double
min
Pitch
Link copied to clipboard
@
Nullable
@get:
Nullable
val
minPitch
:
Double
min
Zoom
Link copied to clipboard
@
Nullable
@get:
Nullable
val
minZoom
:
Double