mapbox-maps-android
/
com.mapbox.maps
/
CoordinateBoundsZoom
androidJvm
Coordinate
Bounds
Zoom
class
CoordinateBoundsZoom
:
Serializable
Content copied to clipboard
A coordinate bounds and zoom.
Constructors
Functions
Properties
Constructors
CoordinateBoundsZoom
Link copied to clipboard
androidJvm
open fun
CoordinateBoundsZoom
(bounds:
CoordinateBounds
, zoom:
Double
)
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
toString
Link copied to clipboard
androidJvm
open fun
toString
():
String
Content copied to clipboard
Properties
bounds
Link copied to clipboard
androidJvm
@
NonNull
()
private val
bounds
:
CoordinateBounds
Content copied to clipboard
zoom
Link copied to clipboard
androidJvm
private val
zoom
:
Double
Content copied to clipboard