Skip to main content

Geolocation store

Geolocation values

PropertydefaultDescription
geolocationnullGeolocation object

Geolocation events

Event nameArgumentDescription
changeGeolocationStateCalled when the geolocation state changes
mountElementCalled when the component is mounted
cleannullCalled when the component is removed

Geolocation state

export interface GeolocationState {
snapshot: [GeolocationState]
geolocation: any
id: number
callback(): void
change(): void
mount(): void
clean(): void
}