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
/
Weightings
Weightings
@
Serializable
data
class
Weightings
(
val
green
:
WeightingFactor
?
=
null
,
val
quiet
:
WeightingFactor
?
=
null
,
val
shortest
:
WeightingFactor
?
=
null
)
Members
Constructors
Weightings
Link copied to clipboard
constructor
(
green
:
WeightingFactor
?
=
null
,
quiet
:
WeightingFactor
?
=
null
,
shortest
:
WeightingFactor
?
=
null
)
Properties
green
Link copied to clipboard
val
green
:
WeightingFactor
?
=
null
quiet
Link copied to clipboard
val
quiet
:
WeightingFactor
?
=
null
shortest
Link copied to clipboard
val
shortest
:
WeightingFactor
?
=
null