POLAR reference
    Preparing search index...

    Plugin store for reverse geocoder that converts coordinates into addresses.

    Index

    Properties

    _instance: Pinia
    reverseGeocode: (
        coordinate: [number, number],
    ) => Promise<ReverseGeocoderFeature | null>

    Resolve address for the given coordinate.

    Type Declaration

      • (coordinate: [number, number]): Promise<ReverseGeocoderFeature | null>
      • Parameters

        • coordinate: [number, number]

          Coordinate to reverse geocode.

        Returns Promise<ReverseGeocoderFeature | null>

        A promise that resolves to the reverse geocoded feature or null.