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
/
Node
Node
@
Serializable
data
class
Node
(
val
nodeId
:
Long
,
val
location
:
List
<
Double
>
)
Node entry in an
ExportResponse
.
Members
Constructors
Node
Link copied to clipboard
constructor
(
nodeId
:
Long
,
location
:
List
<
Double
>
)
Properties
location
Link copied to clipboard
val
location
:
List
<
Double
>
[lon, lat]
coordinate.
node
Id
Link copied to clipboard
@
SerialName
(
value
=
"nodeId"
)
val
nodeId
:
Long