How do we can use geolocation in Ruby ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

2nd Dec 2017, 12:48 PM
Vishal Pal❄️⚛️
Vishal Pal❄️⚛️ - avatar
1 Answer
+ 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
2nd Dec 2017, 1:00 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar