google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.05k stars 467 forks source link

Flutter package to store and query open location codes in Firebase #569

Closed dryprogrammer closed 1 month ago

dryprogrammer commented 5 months ago

Is there any demand for a dart package to store and query open location codes in Firebase, like this package for geohash that can query by radius? https://pub.dev/packages/geoflutterfire

It could be useful since Google Maps geocoding API returns "Open Location Code". Ex from reverseGeocode:

    plus_code: {
      compound_code: "WQ58+4Q3 Muju-gun, Jeollabuk-do, South Korea",
      global_code: "8Q79WQ58+4Q3",
    }

I couldn't find anything on this topic. Appreciate any input.

dryprogrammer commented 5 months ago

To be clear, there is a current dart package that can be leveraged as it provides:

https://pub.dev/packages/open_location_code

drinckes commented 1 month ago

That's really cool, unfortunately out of scope for this repo.