Is there a gem that can print my current location to the console? For instance, my longitude or latitude or even my street address without inputting anything?
I read the Google-Maps-for-Rails and Geocoder docs and I have to provide input like longitude and latitude to get the address and so forth. I don't want the user to have to input anything, as soon as they run the program their location prints out, have it be street address or longitude and latitude
Does anyone know of a another way other then Geocoder or gmaps4rails to accomplish this?