我正在開發一個基於位置的應用程序,我有一個mapView設置爲顯示用戶位置(mapView.showUserLocation);我也有一個locationUpdate函數來獲取經/緯當前位置:iPhone:mapView.showUserLocation。 VS locationUpdate函數
(void)locationUpdate:(CLLocation *)location{}
後,我調用該函數stopUpdatingLocation停止更新位置,的MapView(藍色球)繼續更新我的位置......
換句話說:是否有另一個locationUpdate函數是從mapview自動調用的?