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

Properties

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