toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsglmaps.tiles
/
LatLonBounds
Lat
Lon
Bounds
data
class
LatLonBounds
(
val
westExtent
:
Double
,
val
southExtent
:
Double
,
val
eastExtent
:
Double
,
val
northExtent
:
Double
,
val
wrapped
:
Boolean
=
false
)
Members
Constructors
Lat
Lon
Bounds
Link copied to clipboard
constructor
(
westExtent
:
Double
,
southExtent
:
Double
,
eastExtent
:
Double
,
northExtent
:
Double
,
wrapped
:
Boolean
=
false
)
Properties
east
Extent
Link copied to clipboard
val
eastExtent
:
Double
north
Extent
Link copied to clipboard
val
northExtent
:
Double
south
Extent
Link copied to clipboard
val
southExtent
:
Double
west
Extent
Link copied to clipboard
val
westExtent
:
Double
wrapped
Link copied to clipboard
val
wrapped
:
Boolean
=
false