how to put the gps new cllocation co-ordinate to google map in objective-c.
Posted
by uttam
on Stack Overflow
See other posts from Stack Overflow
or by uttam
Published on 2010-05-12T05:24:23Z
Indexed on
2010/05/12
5:34 UTC
Read the original article
Hit count: 259
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
© Stack Overflow or respective owner