Hello
Which *response
code*<http://code.google.com/apis/maps/documentation/reference.html#GGeoStatusCode>
should
i use when my customer enters a location like this in GetDirections
Did you mean:
*Bleicher Weg* 2
Bleicher Weg 2, 39387 Hornhausen, Germany
32.8 km
*Bleicherweg* 2
Bleicherweg 2, 39387 Hornhausen, Germany
32.8 km
so that i can inform the customer that he has to select one address.
I am using
[code]
if (!response || response.Status.code != 200) {
alert("Sorry, we were unable to geocode the first address");
[/code]
for the the wrong address
>From the codes at
http://code.google.com/apis/maps/documentation/reference.html#GGeoStatusCode
<http://code.google.com/apis/maps/documentation/reference.html#GGeoStatusCode>Guide
me please
--
Regards
Sameer
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---