@arl/leaflet-tracksymbol2
    Preparing search index...

    Interface GeolocationPositionError

    interface GeolocationPositionError {
        code: number;
        message: string;
        PERMISSION_DENIED: 1;
        POSITION_UNAVAILABLE: 2;
        TIMEOUT: 3;
    }
    Index

    Properties

    code: number
    message: string
    PERMISSION_DENIED: 1
    POSITION_UNAVAILABLE: 2
    TIMEOUT: 3