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
/
IsochroneProperties
Isochrone
Properties
@
Serializable
data
class
IsochroneProperties
(
val
groupIndex
:
Int
,
val
value
:
Double
,
val
center
:
List
<
Double
>
)
Members
Constructors
Isochrone
Properties
Link copied to clipboard
constructor
(
groupIndex
:
Int
,
value
:
Double
,
center
:
List
<
Double
>
)
Properties
center
Link copied to clipboard
val
center
:
List
<
Double
>
group
Index
Link copied to clipboard
@
SerialName
(
value
=
"group_index"
)
val
groupIndex
:
Int
value
Link copied to clipboard
val
value
:
Double