@heumes-it/expo-mapbox-navigation - v0.1.0
GitHub
npm
Preparing search index...
Route
Interface Route
A complete route from origin to final destination.
interface
Route
{
distance
:
number
;
duration
:
number
;
geometry
:
string
;
legs
:
RouteLeg
[]
;
weight
:
number
;
weight_name
:
string
;
}
Index
Properties
distance
duration
geometry
legs
weight
weight_
name
Properties
distance
distance
:
number
duration
duration
:
number
geometry
geometry
:
string
Encoded polyline6 of the full route.
legs
legs
:
RouteLeg
[]
weight
weight
:
number
weight_
name
weight_name
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
distance
duration
geometry
legs
weight
weight_
name
GitHub
npm
@heumes-it/expo-mapbox-navigation - v0.1.0
Loading...
A complete route from origin to final destination.