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

    Interface LocateOptions

    interface LocateOptions {
        enableHighAccuracy?: boolean;
        maximumAge?: number;
        maxZoom?: number;
        setView?: boolean;
        timeout?: number;
        watch?: boolean;
    }
    Index

    Properties

    enableHighAccuracy?: boolean
    maximumAge?: number
    maxZoom?: number
    setView?: boolean
    timeout?: number
    watch?: boolean