GeoKJSON
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
GeoKJSON
geojson
/
io.github.elcolto.geokjson.geojson.dsl
/
point
point
inline
fun
point
(
longitude
:
Double
,
latitude
:
Double
,
altitude
:
Double
?
=
null
,
block
:
PointDsl
.
(
)
->
Unit
=
{}
)
:
Point