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
/
ElevationLineGeometry
Elevation
Line
Geometry
@
Serializable
data
class
ElevationLineGeometry
(
val
type
:
String
,
val
coordinates
:
List
<
List
<
Double
>
>
)
Members
Constructors
Elevation
Line
Geometry
Link copied to clipboard
constructor
(
type
:
String
,
coordinates
:
List
<
List
<
Double
>
>
)
Properties
coordinates
Link copied to clipboard
val
coordinates
:
List
<
List
<
Double
>
>
Coordinates with elevation: lon, lat, ele (API may return lon,lat if ele missing)
type
Link copied to clipboard
val
type
:
String