Follow user location on google maps
问题 I have google maps sdk on ios and enabled userlocation = yes. I want to get the user location via GPS when he moves. I could not find any method in document that returns me location updates as the user keeps moving. I want to keep my user in center of the screen by continuously then updating the camera using these location. Any points on this? There is a method didchangecameraposition which updates when i apply gestures on maps, but not when the gps gets updated. 回答1: You cannot do it totally