toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.weather
/
BoundingBox
Bounding
Box
data
class
BoundingBox
(
val
north
:
Int
,
val
west
:
Int
,
val
south
:
Int
,
val
east
:
Int
)
Members
Constructors
Bounding
Box
Link copied to clipboard
constructor
(
north
:
Int
,
west
:
Int
,
south
:
Int
,
east
:
Int
)
Properties
east
Link copied to clipboard
val
east
:
Int
north
Link copied to clipboard
val
north
:
Int
south
Link copied to clipboard
val
south
:
Int
west
Link copied to clipboard
val
west
:
Int