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
/
IsochronesQuery
Isochrones
Query
@
Serializable
data
class
IsochronesQuery
(
val
profile
:
String
,
val
profileName
:
String
,
val
locations
:
List
<
List
<
Double
>
>
,
val
range
:
List
<
Double
>
,
val
rangeType
:
String
?
=
null
)
Members
Constructors
Isochrones
Query
Link copied to clipboard
constructor
(
profile
:
String
,
profileName
:
String
,
locations
:
List
<
List
<
Double
>
>
,
range
:
List
<
Double
>
,
rangeType
:
String
?
=
null
)
Properties
locations
Link copied to clipboard
val
locations
:
List
<
List
<
Double
>
>
profile
Link copied to clipboard
val
profile
:
String
profile
Name
Link copied to clipboard
val
profileName
:
String
range
Link copied to clipboard
val
range
:
List
<
Double
>
range
Type
Link copied to clipboard
@
SerialName
(
value
=
"range_type"
)
val
rangeType
:
String
?
=
null