toggle menu
maplibre-compose
0.1.0
common
switch theme
search in API
maplibre-compose
/
dev.sargunv.maplibrecompose.core.expression
/
Point
Point
@
Immutable
data
class
Point
(
val
x
:
Number
,
val
y
:
Number
)
Members
Constructors
Point
Link copied to clipboard
constructor
(
x
:
Number
,
y
:
Number
)
Properties
x
Link copied to clipboard
val
x
:
Number
y
Link copied to clipboard
val
y
:
Number