toggle menu
GeoKJSON
common
switch theme
search in API
geojson
/
io.github.elcolto.geokjson.geojson.dsl
/
LineStringDsl
Line
String
Dsl
class
LineStringDsl
(
points
:
MutableList
<
Position
>
=
mutableListOf()
)
:
GeometryDsl
<
LineString
>
Members
Constructors
Line
String
Dsl
Link copied to clipboard
constructor
(
points
:
MutableList
<
Position
>
=
mutableListOf()
)
Functions
create
Link copied to clipboard
open
override
fun
create
(
)
:
LineString
point
Link copied to clipboard
fun
point
(
longitude
:
Double
,
latitude
:
Double
,
altitude
:
Double
?
=
null
)
unary
Plus
Link copied to clipboard
operator
fun
Point
.
unaryPlus
(
)
operator
fun
Position
.
unaryPlus
(
)