@heumes-it/expo-mapbox-navigation - v0.1.0
GitHub
npm
Preparing search index...
RouteWaypoint
Interface RouteWaypoint
Waypoint shape echoed back in the Directions API response.
interface
RouteWaypoint
{
distance
?:
number
;
location
:
[
number
,
number
]
;
name
:
string
;
}
Index
Properties
distance?
location
name
Properties
Optional
distance
distance
?:
number
location
location
:
[
number
,
number
]
[longitude, latitude]
name
name
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
distance
location
name
GitHub
npm
@heumes-it/expo-mapbox-navigation - v0.1.0
Loading...
Waypoint shape echoed back in the Directions API response.