apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.26k stars 382 forks source link

Latitude and Longitude Already Present #48

Closed acoffman closed 13 years ago

acoffman commented 13 years ago

Am I correct in thinking that there isn't a current way to handle a dataset where we already have latitude and longitude values in the table rows of the model, but we do not have an address to geocode? It would be nice if I could pass some options to acts_as_gmappable that would tell it where to find the lat and long data.

If that is the case, how interested would you be in adding a patch to support that functionality? I may work on one if it has a reasonable shot of being included.

apneadiving commented 13 years ago

It's already included :)

Ask your question on stackoverflow so that answer will be shared.