mapbox-maps-android
/
com.mapbox.maps
/
CameraBoundsOptions
androidJvm
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
androidJvm
class
Builder
Content copied to clipboard
Functions
equals
Link copied to clipboard
androidJvm
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
open fun
hashCode
():
Int
Content copied to clipboard
toBuilder
Link copied to clipboard
androidJvm
open fun
toBuilder
():
CameraBoundsOptions.Builder
Content copied to clipboard
toString
Link copied to clipboard
androidJvm
open fun
toString
():
String
Content copied to clipboard
Properties
bounds
Link copied to clipboard
androidJvm
@
Nullable
()
private val
bounds
:
CoordinateBounds
Content copied to clipboard
maxPitch
Link copied to clipboard
androidJvm
@
Nullable
()
private val
maxPitch
:
Double
Content copied to clipboard
maxZoom
Link copied to clipboard
androidJvm
@
Nullable
()
private val
maxZoom
:
Double
Content copied to clipboard
minPitch
Link copied to clipboard
androidJvm
@
Nullable
()
private val
minPitch
:
Double
Content copied to clipboard
minZoom
Link copied to clipboard
androidJvm
@
Nullable
()
private val
minZoom
:
Double
Content copied to clipboard