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

    Interface LocationUpdate

    Map-matched location update from the navigation SDK.

    interface LocationUpdate {
        accuracy?: number;
        bearing?: number;
        latitude: number;
        longitude: number;
        matchState: "matched" | "notMatched" | "uncertain";
        speed?: number;
    }
    Index

    Properties

    accuracy?: number
    bearing?: number
    latitude: number
    longitude: number
    matchState: "matched" | "notMatched" | "uncertain"

    Whether the location is confidently snapped to the route geometry.

    speed?: number