I am trying two draw route between two location,For that I Fetch all the points from Google Map API Web Service.(JSON
Output Format). After parsing JSON
Data and De cording points i stored all points on NSMutableArray
.
Each array of index contains this type of values.
"<+10.90180969, +76.19167328> +/- 0.00m (speed -1.00 mps / course -1.00) @ 12/04/12 10:18:10 AM India Standard Time",
Now i want to separate latitude and longitude values.
latitude : +10.90180969
longitude : +76.19167328
How to get this values from each index of array?