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.route
/
Geometry
Geometry
@
Serializable
data
class
Geometry
(
val
type
:
String
,
val
coordinates
:
List
<
List
<
Double
>
>
)
Geometry of a route feature.
Members
Constructors
Geometry
Link copied to clipboard
constructor
(
type
:
String
,
coordinates
:
List
<
List
<
Double
>
>
)
Properties
coordinates
Link copied to clipboard
val
coordinates
:
List
<
List
<
Double
>
>
type
Link copied to clipboard
val
type
:
String