how to put the gps new cllocation co-ordinate to google map in objective-c.
- by uttam
i want to use the gps to update the user location on google map,i am using the following method.
-didFailWithError and -didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation
but how can i get the newlocation on the google map, because for that we want the latitude and longitude.
and then put that in setregion method.
pls tell me how i can we set the newlocation obtain from location manager to the google map