+ 3
How do we can use geolocation in Ruby ?
Recently, i came to knew that geolocation also support in ruby and i wanted to learn " How to do that" . If you knew please answer my question.
1 Resposta
+ 6
See this blog article here:
https://anadea.info/blog/how-to-integrate-google-maps-into-ruby-on-rails-app
There is a geocoding gem for Ruby - geocoder - here:
https://github.com/alexreisner/geocoder
Should be no problem. I made a Geocoding program using Google API for Python and it works even in Sololearn! ;)
https://code.sololearn.com/c57gr6Ay31s9/?ref=app