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
/
GeoJsonRouteResponse
Geo
Json
Route
Response
@
Serializable
data
class
GeoJsonRouteResponse
(
val
type
:
String
,
val
bbox
:
List
<
Double
>
,
val
features
:
List
<
Feature
>
,
val
metadata
:
Metadata
)
GeoJSON response for the directions endpoint.
Members
Constructors
Geo
Json
Route
Response
Link copied to clipboard
constructor
(
type
:
String
,
bbox
:
List
<
Double
>
,
features
:
List
<
Feature
>
,
metadata
:
Metadata
)
Properties
bbox
Link copied to clipboard
val
bbox
:
List
<
Double
>
features
Link copied to clipboard
val
features
:
List
<
Feature
>
metadata
Link copied to clipboard
val
metadata
:
Metadata
type
Link copied to clipboard
val
type
:
String