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
/
Point
Point
external
class
Point
(
x
:
Double
,
y
:
Double
)
(
source
)
Point
Members
Constructors
Point
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
)
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double