@heumes-it/expo-mapbox-navigation - v0.1.0
    Preparing search index...

    Interface RouteWaypoint

    Waypoint shape echoed back in the Directions API response.

    interface RouteWaypoint {
        distance?: number;
        location: [number, number];
        name: string;
    }
    Index

    Properties

    distance?: number
    location: [number, number]

    [longitude, latitude]

    name: string