I am trying to geocode multiple addresses in a model using either geokit or geocoder and I can\'t get either on of the gems to work as I want them to.开发者_运维技巧 Here is the code that I am applyin
I am getting the undefined local variable or method `acts_as_mappable\' error when using geokit, and after tons of Goggling and attempts, I cannot seem to be able correct the problem.
I wanna put res into an array[google, Rue Abdallaye, null, Trarza, null, 18.0951362, -15.9806735, MR, true]. How do I do that? Thanks.
I\'ve been using GeoKit for Rails and it works 开发者_C百科great. However, I noticed that when pulling alot of listings it is VERY slow in loading.
Is there a way to use geokit in rails to get the estimated travel time between two locations? Right now, I\'m simply showing the distance away but I think a better approach would be to show \'15 minut
Hi, I am using Geokit plugin in Ruby on Rails 3, it works fine for me. But when I give origin value not in a proper way it throws Geokit::Geocoders::GeocodeError
I have the following issue. Consider 2 models with attributes: Place - lat - lng - range User - lat - lng Places have location and some range defined (think about it as area of shipping). User ha
We know that the distance field gets dropped when using the Geokit gem in Rails wit开发者_如何学JAVAh acts_as_mappable :through model class. I wonder if there\'s a way to work around this to get the d
Newbie to Rails. I am building an app where users create events at a certain location, and plan to host on heroku. Other users can view events taking place with开发者_如何学JAVAin x miles of their lat
I\'m trying to localize my users throught their IP address. As the docs say, a class method called geocode_ip_address has been mixed into the ActionController::Base. But there must be something I\'m m