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.isochrones
/
IsochronesRequest
/
IsochronesRequest
Isochrones
Request
constructor
(
locations
:
List
<
List
<
Double
>
>
,
range
:
List
<
Int
>
,
rangeType
:
String
?
=
null
,
attributes
:
List
<
String
>
?
=
null
,
id
:
String
?
=
null
,
intersections
:
Boolean
?
=
null
,
interval
:
Int
?
=
null
,
locationType
:
String
?
=
null
,
smoothing
:
Double
?
=
null
,
options
:
IsochronesOptions
?
=
null
)