Generating Google Maps markers using Ruby

Posted by ischnura on Stack Overflow See other posts from Stack Overflow or by ischnura
Published on 2010-06-05T10:46:10Z Indexed on 2010/06/05 10:52 UTC
Read the original article Hit count: 487

I would like to do a very simple task: add some markers in a Google Map using a list of addresses from an array.

I have been thinking about generating the Google Maps JavaScript API code using ruby (printf) but this does not seem like a very clean and beautiful solution...

I have read about YM4R for Ruby on Rails... my project is pretty simple and I have never worked with Ruby on Rails... I have also never used JQuerry... but I am very willing to learn to use this tools :)

What do you think will be the best approach to generating the markers?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby