toggle menu
maps-kt
0.3.1-dev
common
switch theme
search in API
maps-kt-compose
/
space.kscience.maps.compose
/
line
line
fun
FeatureGroup
<
Gmc
>
.
line
(
curve
:
GmcCurve
,
id
:
String
?
=
null
)
:
FeatureRef
<
Gmc
,
LineFeature
<
Gmc
>
>
fun
FeatureGroup
<
Gmc
>
.
line
(
aCoordinates
:
Pair
<
Double
,
Double
>
,
bCoordinates
:
Pair
<
Double
,
Double
>
,
id
:
String
?
=
null
)
:
FeatureRef
<
Gmc
,
LineFeature
<
Gmc
>
>