Please tell me how to integrate google maps in my application.I tried doing it with ym4r plugin, but the command runs and gets back to command prompt without generating the required folders. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Nisha Thoprath wrote:> Please tell me how to integrate google maps in my application.I tried > doing it with ym4r plugin, but the command runs and gets back to command > prompt without generating the required folders.There is good documentation on Google''s web site that explains how to use their API better than anyone will be able to explain on this forum. I''ve integrated Google Maps a few times and it''s not terribly difficult. Maybe there are some plugins/gem for Rails to make it easier, but it''s not that difficult to do without any plugins. http://code.google.com/apis/maps/ P. S. wouldn''t ym4r be for Yahoo Maps? Which one are you trying to integrate Yahoo Maps or Google Maps? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I have an example app out on git hub... http://github.com/johnsonch/google_maps_and_geokit_demo/tree/master shameless plug... On Mon, Feb 2, 2009 at 8:38 AM, Robert Walker < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Nisha Thoprath wrote: > > Please tell me how to integrate google maps in my application.I tried > > doing it with ym4r plugin, but the command runs and gets back to command > > prompt without generating the required folders. > > There is good documentation on Google''s web site that explains how to > use their API better than anyone will be able to explain on this forum. > I''ve integrated Google Maps a few times and it''s not terribly difficult. > Maybe there are some plugins/gem for Rails to make it easier, but it''s > not that difficult to do without any plugins. > > http://code.google.com/apis/maps/ > > P. S. wouldn''t ym4r be for Yahoo Maps? Which one are you trying to > integrate Yahoo Maps or Google Maps? > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---