Skip to content

DoCurious API Reference / types / GeolocationState

Interface: GeolocationState

Defined in: types/location.types.ts:82

Geolocation state

Properties

error

error: string | null

Defined in: types/location.types.ts:85


isLoading

isLoading: boolean

Defined in: types/location.types.ts:84


location

location: Location | null

Defined in: types/location.types.ts:83


permission

permission: GeolocationPermission

Defined in: types/location.types.ts:86

DoCurious Platform Documentation