I want the decoded value of “point” which we get when we call following google api http://maps.googleapis.com/maps/api/directions/json?origin=Adelaide,SA&destination=Adelaide,SA&waypoints=optimize:true|Barossa+Valley,SA|Clare,SA|Connawarra,SA|McLaren+Vale,SA&sensor=false
Here the value of “points” is encoded i want the decoded value of it as i want the lat ,lon value to be used in my project in iphone.
Thanks and Regards
Mrugen
The format of this ending format is described on Google’s map API documentation.
You may code this decoding utility yourself or you can grab the code from here or here.