toggle menu
GeoKJSON
common
switch theme
search in API
geojson
/
io.github.elcolto.geokjson.geojson
/
BoundingBox
/
BoundingBox
Bounding
Box
constructor
(
west
:
Double
,
south
:
Double
,
east
:
Double
,
north
:
Double
)
constructor
(
coordinates
:
List
<
Double
>
)
constructor
(
west
:
Double
,
south
:
Double
,
minAltitude
:
Double
,
east
:
Double
,
north
:
Double
,
maxAltitude
:
Double
)
constructor
(
southwest
:
Position
,
northeast
:
Position
)
constructor
(
coordinates
:
DoubleArray
)