locar
    Preparing search index...

    Interface GpsReceivedEvent

    Event emitted when a GPS position is received.

    interface GpsReceivedEvent {
        distMoved: number;
        position: GeolocationPosition;
    }
    Index

    Properties

    Properties

    distMoved: number

    distance moved in metres since last GpsReceivedEvent

    position: GeolocationPosition

    The new GPS position