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

    Interface FasterRouteAvailable

    Emitted when a faster route than the current primary route is available.

    interface FasterRouteAvailable {
        route: Route;
        timeSavingsSeconds: number;
    }
    Index

    Properties

    route: Route

    The faster alternative route.

    timeSavingsSeconds: number

    Estimated time savings in seconds.