ORS Android Client
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ORS Android Client
ORS Android Client
/
org.nitri.ors.domain.export
/
GeometryProps
Geometry
Props
@
Serializable
data
class
GeometryProps
(
val
weight
:
String
?
=
null
,
val
nodeFrom
:
Long
?
=
null
,
val
nodeTo
:
Long
?
=
null
)
Members
Constructors
Geometry
Props
Link copied to clipboard
constructor
(
weight
:
String
?
=
null
,
nodeFrom
:
Long
?
=
null
,
nodeTo
:
Long
?
=
null
)
Properties
node
From
Link copied to clipboard
@
SerialName
(
value
=
"node_from"
)
val
nodeFrom
:
Long
?
=
null
node
To
Link copied to clipboard
@
SerialName
(
value
=
"node_to"
)
val
nodeTo
:
Long
?
=
null
weight
Link copied to clipboard
val
weight
:
String
?
=
null
Edge weight often supplied as a string.