> Please, Try to understand my problem i want to get direction and distance
> from source location to destination location so i am using 
> "http://maps.google.com/maps?daddr=%@&saddr=%@&output=csv&oe=utf8&key=...";
> This url and i am getting view source of all the page in one NSString
> variable now i am trying to read this all html page and by particular tag i
> am fetching the distance form this page.

I think what you are saying is, you are simulating a call to the
geocoder made from a maps.google.com webpage and trying to scrape the
results.   This is not a supported way to do client-side geocoding.

For client-side geocoding, inerfaces are provided in the javascript
API
http://code.google.com/apis/maps/documentation/services.html#Geocoding
and the Flash API
http://code.google.com/apis/maps/documentation/flash/services.html#Geocoding

For server-side geocoding, you can use the HTTP service -
http://code.google.com/apis/maps/documentation/geocoding/index.html

--

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.


Reply via email to