@watergis/maplibre-gl-terradraw
Preparing search index...
helpers/valhallaRouting
ValhallaTripResult
Interface ValhallaTripResult
ValhallaTripResult interface for the response from Valhalla routing API.
interface
ValhallaTripResult
{
id
:
string
;
trip
:
{
language
:
string
;
legs
:
ValhallaRoutingLeg
[]
;
locations
:
ValhallaRoutingLocation
[]
;
status
:
number
;
status_message
:
string
;
summary
:
ValhallaTripSummary
;
units
:
string
;
}
;
}
Index
Properties
id
trip
Properties
id
id
:
string
trip
trip
:
{
language
:
string
;
legs
:
ValhallaRoutingLeg
[]
;
locations
:
ValhallaRoutingLocation
[]
;
status
:
number
;
status_message
:
string
;
summary
:
ValhallaTripSummary
;
units
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
trip
@watergis/maplibre-gl-terradraw
Loading...
ValhallaTripResult interface for the response from Valhalla routing API.