POLAR reference
    Preparing search index...

    Plugin store for geoLocation.

    • Returns a store, creates it if necessary.

      Parameters

      • Optionalpinia: Pinia | null

        Pinia instance to retrieve the store

      • Optionalhot: StoreGeneric

        dev only hot module replacement

      Returns PiniaStore<useGeoLocationStore>

    Index

    Properties

    _instance: Pinia
    boundaryCheck: boolean | symbol | null = lastBoundaryCheck

    Initially null. If no boundary check is configured or the check is passed, this field holds true. If the boundary check is not passed, this field holds false.

    May also hold a symbol from the @polar/polar/lib/passesBoundaryCheck.ts errors export, if such an error occurred.

    position: number[]

    While in state 'LOCATED', the user's location's coordinated are available as [number, number] of the map's configured CRS.