Hi all, I''m building a ror app and have a model with geo-coordinates would like to use the info in the model to generate a google map view, does anyone know what''s the best way to go round this? is is Google API?, I''ve also seen a gmaps4rails, any comments? Thank you in advance, Jax -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/awgYQ1nq7SQJ. For more options, visit https://groups.google.com/groups/opt_out.
Hi Jax, I''m using geocoder and the gmaps4rails. On this railscast http://railscasts.com/episodes/273-geocoder he show some examples and it has the links for the gems. It''s really easy. The geocoder is for geolocalization caulculus and some features as getting the latitude and longitude, via google api, saving the address automaticly(you just need to point the field address). The gmaps4rails make it easy to work with the Google API. 2013/3/4 Jax <javierrossetti12-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> Hi all, > > I''m building a ror app and have a model with geo-coordinates would like to > use the info in the model to generate a google map view, does anyone know > what''s the best way to go round this? > is is Google API?, I''ve also seen a gmaps4rails, any comments? > > Thank you in advance, > > Jax > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/awgYQ1nq7SQJ. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- Att Cássio Soares Cabral <http://br.linkedin.com/in/cassioscabral> -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Hi Cassio, yep I''m going the gmaps4rails way and looks ok, I was wondering if there is anything else out there to plug in. thanks for your tip on the railscasts, really enlightening! Cheers J On Monday, March 4, 2013 1:23:37 PM UTC, Cassio Soares Cabral wrote:> > Hi Jax, I''m using geocoder and the gmaps4rails. On this railscast > http://railscasts.com/episodes/273-geocoder he show some examples and it > has the links for the gems. It''s really easy. > > The geocoder is for geolocalization caulculus and some features as getting > the latitude and longitude, via google api, saving the address > automaticly(you just need to point the field address). > The gmaps4rails make it easy to work with the Google API. > > 2013/3/4 Jax <javierro...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> > >> Hi all, >> >> I''m building a ror app and have a model with geo-coordinates would like >> to use the info in the model to generate a google map view, does anyone >> know what''s the best way to go round this? >> is is Google API?, I''ve also seen a gmaps4rails, any comments? >> >> Thank you in advance, >> >> Jax >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to rubyonrails-ta...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. >> To post to this group, send email to rubyonra...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<javascript:> >> . >> To view this discussion on the web visit >> https://groups.google.com/d/msg/rubyonrails-talk/-/awgYQ1nq7SQJ. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Att > Cássio Soares Cabral <http://br.linkedin.com/in/cassioscabral> > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/vc8Xs93aQKwJ. For more options, visit https://groups.google.com/groups/opt_out.