There are some good geocoding plugins (e.g. geokit) but can you recommend a googlemaps plugin for ‘the view’ in rails?
I used YM4R/GM before but I don’t know if its still up to date…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve always just used GeoKit for all things GoogleMaps… it’s a little old, but all the source code for ‘Beginning Google Maps Applications with Rails’ is available at http://googlemapsbook.com/source/. It should walk you through pretty well on how to write the code for the front end. Advanced Rails Recipes also has some great code recipes on building geocoded points into GoogleMaps.