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

    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: number
    duration: number
    geometry: string

    Encoded polyline6 of the full route.

    legs: RouteLeg[]
    weight: number
    weight_name: string