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
/
IsochroneFeature
Isochrone
Feature
@
Serializable
data
class
IsochroneFeature
(
val
type
:
String
,
val
properties
:
IsochroneProperties
,
val
geometry
:
IsochroneGeometry
)
Individual isochrone feature.
Members
Constructors
Isochrone
Feature
Link copied to clipboard
constructor
(
type
:
String
,
properties
:
IsochroneProperties
,
geometry
:
IsochroneGeometry
)
Properties
geometry
Link copied to clipboard
val
geometry
:
IsochroneGeometry
properties
Link copied to clipboard
val
properties
:
IsochroneProperties
type
Link copied to clipboard
val
type
:
String