mapbox-maps-android
/
com.mapbox.maps
/
CameraBoundsOptions(androidJvm)
Camera
Bounds
Options(android
Jvm)
Holds options to be used for setting `camera bounds`.
open class
CameraBoundsOptions(androidJvm)
:
Serializable
Content copied to clipboard
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
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toBuilder
Link copied to clipboard
open fun
toBuilder
():
CameraBoundsOptions.Builder
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
bounds
Link copied to clipboard
@
Nullable
()
private val
bounds
:
CoordinateBounds
Content copied to clipboard
maxPitch
Link copied to clipboard
@
Nullable
()
private val
maxPitch
:
Double
Content copied to clipboard
maxZoom
Link copied to clipboard
@
Nullable
()
private val
maxZoom
:
Double
Content copied to clipboard
minPitch
Link copied to clipboard
@
Nullable
()
private val
minPitch
:
Double
Content copied to clipboard
minZoom
Link copied to clipboard
@
Nullable
()
private val
minZoom
:
Double
Content copied to clipboard