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.optimization
/
RouteStep
/
RouteStep
Route
Step
constructor
(
type
:
String
,
location
:
LonLat
,
id
:
Int
?
=
null
,
job
:
Int
?
=
null
,
setup
:
Int
?
=
null
,
service
:
Int
?
=
null
,
waitingTime
:
Int
?
=
null
,
load
:
List
<
Int
>
?
=
null
,
arrival
:
Int
?
=
null
,
duration
:
Int
?
=
null
,
violations
:
List
<
Violation
>
=
emptyList()
)