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
/
PathGraph
Path
Graph
data
class
PathGraph
(
val
vertices
:
List
<
Vertex
>
,
val
edges
:
List
<
Edge
>
)
Members
Constructors
Path
Graph
Link copied to clipboard
constructor
(
vertices
:
List
<
Vertex
>
,
edges
:
List
<
Edge
>
)
Types
Vertex
Endpoint
Type
Link copied to clipboard
enum
VertexEndpointType
:
Enum
<
PathGraph.VertexEndpointType
>
Properties
edges
Link copied to clipboard
val
edges
:
List
<
Edge
>
vertices
Link copied to clipboard
val
vertices
:
List
<
Vertex
>