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

Web support? #39

Open
Bilonik opened this issue Apr 1, 2020 · 4 comments
Open

Web support? #39

Bilonik opened this issue Apr 1, 2020 · 4 comments

Comments

@Bilonik
Copy link

Bilonik commented Apr 1, 2020

No description provided.

@stevenosse
Copy link

Since this package uses platform specific code and features i don't think this will be available soon...

@aloisdeniel
Copy link
Owner

Yep, the only web browser API available seems to be geolocation (https://developer.mozilla.org/fr/docs/Web/API/Geolocation_API).

@giorgio79
Copy link

giorgio79 commented Dec 9, 2020

You can use Google Geocoding API. A simple http call...
https://developers.google.com/maps/documentation/geocoding/overview

@tehsunnliu
Copy link
Contributor

Hi, In geocoder package if we use Geocoder.google(...) it uses Dart's HttpClient to forward and reverse geocoding. However, the dart HttpClient doesn't support the web. I've created a PR fixing this issue adding support for the web.

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

5 participants