POLAR reference
    Preparing search index...

    Plugin store for adding a pin to the map for e.g. coordinate retrieval or marking the location of a found address.

    • 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<usePinsStore>

    Index

    Properties

    _instance: Pinia
    coordinate: number[] | null

    Current coordinate of the pin.

    latLon: (number | undefined)[] | null

    The pinCoordinate transcribed to latitude / longitude.