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.elevation
/
ElevationLineResponse
Elevation
Line
Response
@
Serializable
data
class
ElevationLineResponse
(
val
attribution
:
String
?
=
null
,
val
geometry
:
ElevationLineGeometry
,
val
timestamp
:
Long
?
=
null
,
val
version
:
String
?
=
null
)
Members
Constructors
Elevation
Line
Response
Link copied to clipboard
constructor
(
attribution
:
String
?
=
null
,
geometry
:
ElevationLineGeometry
,
timestamp
:
Long
?
=
null
,
version
:
String
?
=
null
)
Properties
attribution
Link copied to clipboard
val
attribution
:
String
?
=
null
geometry
Link copied to clipboard
val
geometry
:
ElevationLineGeometry
timestamp
Link copied to clipboard
val
timestamp
:
Long
?
=
null
version
Link copied to clipboard
val
version
:
String
?
=
null