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
/
Feature
Feature
@
Serializable
data
class
Feature
(
val
type
:
String
,
val
geometry
:
Geometry
,
val
properties
:
Map
<
String
,
JsonElement
>
=
emptyMap()
)
A single GeoJSON feature within the route response.
Members
Constructors
Feature
Link copied to clipboard
constructor
(
type
:
String
,
geometry
:
Geometry
,
properties
:
Map
<
String
,
JsonElement
>
=
emptyMap()
)
Properties
geometry
Link copied to clipboard
val
geometry
:
Geometry
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
JsonElement
>
type
Link copied to clipboard
val
type
:
String