Geocoding
Aim: Calculate the driving distances between 2 addresses in South
Africa
My solution so far –
Google maps do not support South African roads so I used the yellow
pages Api which if we enter co-ordinates of the origin and
destination
It will calculate the driving distance and return the Kms. (that works
fine)
The problem I’m having is converting an address to geo-coordinates
(latitude & longitude)
I’m trying to use Googles http request which returns an xml or csv
file. But I can’t seem to access the file after the request is sent.
Is there a way I can save the response file? Then access it.
During my studies I’ve learnt
vb.net. Most of the code on the net is
php or javascript
I’ve even looked at the google groups I even looked at other
programming sites but it was of no help.
And I’m having a real difficult time trying to get this feature of our
project working.
I wanted to know if you could help me out with this code or point me
to the right direction