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