-
Notifications
You must be signed in to change notification settings - Fork 7
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
Geocode in client side #6
Comments
Happy to merge a PR with client code. I don't have any time or need for it right now. |
+1 need it on client side to update marker while user key in their address. |
Is it possible to implement client-side geocoding with Meteor.methods / Meteor.call? Has anybody found a solution to this problem? |
+1 for this. @AndrewWang996 did you manage to solve this? |
Hi, It’s easy to implement, hard to find a time for it, hope to put my hand on it on next week.
|
Great, thank you! |
@cellulosa I haven't solved it with Meteor.methods / Meteor.call, but it looks like https://github.com/ubilabs/geocomplete has some client-side geocoding. |
@AndrewWang996 have you implemented in meteor this? it would be nice if you can share some thoughts over doing it client side. |
Why geocode not available in client side and only in server ??
thks !
The text was updated successfully, but these errors were encountered: