When I'm using web interface to show directions from 'start' point to some 'end' point, specifying start point incorrectly, I'm getting page with "Did you mean:" message having possible locations below. But when I'm using google.maps.DirectionsService route method to obtain route from 'start' to 'end'(again start point is specified incorrectly) I'm getting route with proper start point - google api find the address that best matches to one I've specified as 'start' and gives me the route with this new address as start point, but in such situation I want to get error 'NOT_FOUND' because start point specified incorrectly (like in web interface). How can I solve this problem? Thanks in advance.
-- 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 google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.