Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dryprogrammer opened this issue Jan 23, 2024 · 2 comments
Closed

Comments

@dryprogrammer
Copy link

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
Copy link
Author

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

  • encode and decode codes,
  • shorten them relative to a reference location, and
  • recover a location from a short code and a reference location given as latitude/longitude pair

https://pub.dev/packages/open_location_code

@drinckes
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants