"results" : [
{
"geometry" : {
"location" : {
"lat" : 50.4501,
"lng" : 30.5234
},
"viewport" : {
"northeast" : {
"lat" : 50.59079800991073,
"lng" : 30.82594104187906
},
"southwest" : {
"lat" : 50.21327301525928,
"lng" : 30.23944009690609
}
}
},
There are lat and lng values in geometry, but i can get only into "results" for now.
JSONNode root = JSONNode.Parse(www.downloadHandler.text);
JSONArray nodes = root["results"].AsArray;