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