Wasn't it B who wrote: > >Yeah, that's what I was thinking. Thanks for the help. It's still weird >to me that the API can't handle the address, while the Maps site itself >can.
Both systems can geocode the address (but possibly with more than one possible match). Neither system can immediately provide directions if the start point is "245 W Roosevelt Rd, West Chicago, IL 60185". maps.google.com has a built-in "did you mean?" feature that allows you to select the correct starting point, but GDirections doesn't. If you want a "did you mean?" feature, you have to code it yourself. http://maps.google.com/maps?saddr=245+W+Roosevelt+Rd,+West+Chicago,+IL+60 185&daddr=60185 -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
