NextGIS Frontend
    Preparing search index...

    Interface LocationEvents

    interface LocationEvents {
        locationerror?: () => void;
        locationfound: (e: LocationEvent) => void;
    }
    Index

    Properties

    locationerror?: () => void
    locationfound: (e: LocationEvent) => void