In my Ruby on Rails website, I have a tool that lets users create a driving route with Google Maps API V3. My goal is to give the user an option of clicking a "Show Nearby Points-of-Interest" checkbox before loading the map. If he does, I want the map to show POIs along the route.
I've implemented RouteBoxer, which I believe is my best option for finding Points of Interest along the route. Routeboxer is working for me; it draws boxes around any route I create. This is where I'm stuck, however. I've just got my route and a bunch of boxes on the screen. How can I actually get the latitude and longitude bounds from RouteBoxer? I'm fairly new to both Ruby and Google Maps API V3, so sorry if I'm blowing past an obvious way of doing this. Any detail or code you can provide / link to would be fantastic! Thanks again for your time! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
