Attractions.io MapLayr
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Attractions.io MapLayr
maplayr
/
io.attractions.maplayr.model.routes
/
Edge
/
Edge
Edge
constructor
(
startVertex
:
Int
,
endVertex
:
Int
,
controlPoint1
:
MapPoint
,
controlPoint2
:
MapPoint
,
distance
:
Double
,
flags
:
Set
<
String
>
=
emptySet()
,
isBidirectional
:
Boolean
=
true
,
terrainId
:
TerrainId
=
TerrainId.Default
)