Geolocation Routes

HI! I want to build an app that uses geolocation routing for navigation. What are the recommended libraries? Are there libraries in ruby? What do I do?

:wave: Julio and thanks for asking about geolocation in Rails. If you want to see code and commits that utilize geolocation data extensively you are welcome to check out an old project of mine called MassBuilds on GitHub.

Here is a GIST for geocoding addresses in PostGIS.

Setting up Postgres with PostGIS will be important.

The main library for Geospatial in Rails/Ruby is RGeo.

Hope that gives you some starting points.