Hey Larry, If you check out the map I have it all working . All routes in the database are shown at the bottom of the page, and when the user clicks "show route", the route is displayed.
Big thank you for that! Now I have added a geocoder search box. What I would like now is the user to search for a place, and then when the map moves to the specific address, I would like all routes within the bounds to be listed below the map, and when the user hovers over a route it is displayed on the map. Quite a task I can see, but do you have any idea where I start on this? Would i load each route in from the database, convert the strings as before into the polyline/route, check if it is within the bounds, then if it is, display it?? Will there be a larger load time? Also, how can I make it so it recalculates if a route is within bounds if the user zooms, or moves around the map?? Thanks, Rick -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
