@watergis/maplibre-gl-terradraw
Preparing search index...
helpers/valhallaRouting
ValhallaRoutingLeg
Interface ValhallaRoutingLeg
ValhallaRoutingLeg interface for the legs of the trip.
interface
ValhallaRoutingLeg
{
maneuvers
:
{
begin_shape_index
:
number
;
cost
:
number
;
end_shape_index
:
number
;
instruction
:
string
;
length
:
number
;
rough
:
boolean
;
time
:
number
;
travel_mode
:
string
;
travel_type
:
string
;
type
:
number
;
verbal_post_transition_instruction
:
string
;
verbal_pre_transition_instruction
:
string
;
}
[]
;
shape
:
string
;
summary
:
ValhallaTripSummary
;
}
Index
Properties
maneuvers
shape
summary
Properties
maneuvers
maneuvers
:
{
begin_shape_index
:
number
;
cost
:
number
;
end_shape_index
:
number
;
instruction
:
string
;
length
:
number
;
rough
:
boolean
;
time
:
number
;
travel_mode
:
string
;
travel_type
:
string
;
type
:
number
;
verbal_post_transition_instruction
:
string
;
verbal_pre_transition_instruction
:
string
;
}
[]
shape
shape
:
string
summary
summary
:
ValhallaTripSummary
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
maneuvers
shape
summary
@watergis/maplibre-gl-terradraw
Loading...
ValhallaRoutingLeg interface for the legs of the trip.