> ... I need to get the list of street names that resembles the typed > characters for a pre selected Sate/City (Similar to auto complete > functionality in browser) .the function would be called on textChange > event to retrieve the list from the server.
First establish a database of all the street names in the possible Sate/City on your server. Then all you have to do is send each character as it is typed to your server, and have it return the (possibly long) list of possible matches to the browser, and display these for your user to select one or carry on typing. > I just need to show the driving directions only. Therefore is there > any way to request an alternative driving direction in case the > selected root is having heavy traffic? Have you looked around? Here's a sample discussion - http://groups.google.com/group/Google-Maps-API/browse_thread/thread/174ebf857fd03c57/99650f4593d4ed9c?lnk=gst&q=alternative+route#99650f4593d4ed9c cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
