mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
CoordinateBoundsZoom
Coordinate
Bounds
Zoom
class
CoordinateBoundsZoom
:
Serializable
A coordinate bounds and zoom.
Constructors
Functions
Properties
Constructors
Coordinate
Bounds
Zoom
Link copied to clipboard
open
fun
CoordinateBoundsZoom
(
@
NonNull
bounds
:
CoordinateBounds
,
zoom
:
Double
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
bounds
Link copied to clipboard
@
NonNull
@get:
NonNull
val
bounds
:
CoordinateBounds
zoom
Link copied to clipboard
val
zoom
:
Double