MapLibre Compose API Reference
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
MapLibre Compose API Reference
kotlin-maplibre-js
/
dev.sargunv.maplibrejs
/
LngLatBounds
Lng
Lat
Bounds
external
class
LngLatBounds
(
sw
:
LngLat
,
ne
:
LngLat
)
(
source
)
LngLatBounds
Members
Constructors
Lng
Lat
Bounds
Link copied to clipboard
constructor
(
sw
:
LngLat
,
ne
:
LngLat
)
Functions
adjust
Anti
Meridian
Link copied to clipboard
fun
adjustAntiMeridian
(
)
:
LngLatBounds
contains
Link copied to clipboard
fun
contains
(
lngLat
:
LngLat
)
:
Boolean
extend
Link copied to clipboard
fun
extend
(
lngLat
:
LngLat
)
:
LngLatBounds
get
Center
Link copied to clipboard
fun
getCenter
(
)
:
LngLat
get
East
Link copied to clipboard
fun
getEast
(
)
:
Double
get
North
Link copied to clipboard
fun
getNorth
(
)
:
Double
get
North
East
Link copied to clipboard
fun
getNorthEast
(
)
:
LngLat
get
North
West
Link copied to clipboard
fun
getNorthWest
(
)
:
LngLat
get
South
Link copied to clipboard
fun
getSouth
(
)
:
Double
get
South
East
Link copied to clipboard
fun
getSouthEast
(
)
:
LngLat
get
South
West
Link copied to clipboard
fun
getSouthWest
(
)
:
LngLat
get
West
Link copied to clipboard
fun
getWest
(
)
:
Double
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
set
North
East
Link copied to clipboard
fun
setNorthEast
(
lngLat
:
LngLat
)
:
LngLatBounds
set
South
West
Link copied to clipboard
fun
setSouthWest
(
lngLat
:
LngLat
)
:
LngLatBounds
to
Array
Link copied to clipboard
fun
toArray
(
)
:
Array
<
DoubleArray
>