Project

map_monkey

0.0
No commit activity in last 3 years
No release in over 3 years
Returns lat and long coordinates from Google Maps API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

map_monkey

Retrievs lat and long positions from Google Maps Api, with parameters city, street and zip code.

Install: gem install map_monkey

========== Example of usage:

pos = MapMonkey::Position.new(city: 'göteborg', street: 'kabelgatan', zip: '41457')
pos.get_lat
=> "57.6896877"

==========