mbus-backend
Preparing search index...
services/journey
FormattedLegWalk
Interface FormattedLegWalk
interface
FormattedLegWalk
{
destination
:
string
;
destination_id
:
string
;
destinationID
:
string
;
destinationName
:
string
;
duration
:
number
;
endTime
:
number
;
mode
:
"walk"
;
origin
:
string
;
origin_id
:
string
;
originID
:
string
;
path_coords
?:
{
lat
:
number
;
lon
:
number
}
[]
;
startTime
:
number
;
}
Hierarchy
FormattedLegCommon
Partial
<
Omit
<
WalkingResponse
,
"duration"
|
"distance"
>
>
FormattedLegWalk
Index
Properties
destination
destination_
id
destination
ID
destination
Name
duration
end
Time
mode
origin
origin_
id
origin
ID
path_
coords?
start
Time
Properties
destination
destination
:
string
destination_
id
destination_id
:
string
destination
ID
destinationID
:
string
destination
Name
destinationName
:
string
duration
duration
:
number
end
Time
endTime
:
number
mode
mode
:
"walk"
origin
origin
:
string
origin_
id
origin_id
:
string
origin
ID
originID
:
string
Optional
path_
coords
path_coords
?:
{
lat
:
number
;
lon
:
number
}
[]
Ordered list of coordinates representing the walking path geometry.
start
Time
startTime
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destination
destination_
id
destination
ID
destination
Name
duration
end
Time
mode
origin
origin_
id
origin
ID
path_
coords
start
Time
mbus-backend
Loading...
Ordered list of coordinates representing the walking path geometry.