On 19 September 2011 07:58, [email protected] <[email protected]> wrote: > i tried to build Dubai taxi fare estimator for my site www.taxifare.net > but I could not it. The map does not take any airport code or name. > Pls let me know what is the problem
http://gmaps-samples.googlecode.com/svn/trunk/mapcoverage_filtered.html UAE doesn't appear to support driving directions. That spreadsheet isn't updated very often, and sometimes it says "no" when it should say "yes", but if it says "no" then you should not expect that service to work (if it does, that's an undocumented bonus). There are more status codes than you have coded for, and interpreting all the possible values would probably be helpful: http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GGeoStatusCode You're actually getting a 604, which means "We can't calculate a route, either because it's not possible or we don't have the data to do so". It's not a gecoding error where the API can't find the airport -- that would be 602. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
