The Google Reverse Geocode API returns a json response:
How do I get the lat/long out of it using JSON.NET on Monotouch ?
geometry": {
"location": {
"lat": 37.4220279,
"lng": -122.0840677
}
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the System.Json Classes.
You can find more about it here : JSON de-serialization with MonoTouch