如何爲用戶位置更改添加監聽器谷歌地圖sdk for iOS?如何爲用戶位置添加監聽器Google地圖sdk for iOS
0
A
回答
3
更新:此答案不正確,請參閱Robert的回答。
iOS的Google地圖SDK中似乎沒有任何內容會在用戶位置更改時通知您。
因此,您需要自己使用Core Location(CLLocationManager
類)來偵聽位置更改。
4
Hello Google Maps SDK for iOS在類GMSMapView中提供了一個可觀察屬性myLocation。
/**
* If My Location is enabled, reveals where the user location dot is being
* drawn. If it is disabled, or it is enabled but no location data is available,
* this will be nil. This property is observable using KVO.
*/
@property (nonatomic, strong, readonly) CLLocation *myLocation;
欲瞭解更多信息,請參閱我的答案在: about positioning myself,some problems
相關問題
- 1. 將監聽器添加到Google地圖
- 2. 如何在Google地圖位置Javascript上添加點擊監聽器?
- 3. 位置監聽器Corona sdk
- 4. 添加監聽器時Google地圖V3未加載地圖
- 5. 停止地圖更新用戶位置更新 - Google Maps iOS SDK
- 6. 如何將監聽器添加到分頻器位置?
- 7. 添加事件監聽器會導致Google地圖凍結
- 8. 如何在Google地圖上隱藏商業位置iOS SDK
- 9. 位置監聽器
- 10. 如何使用位置監聽器?
- 11. Google地圖事件監聽器
- 12. 如何在Google Maps v1.3 for iOS中將infoWindow添加到用戶當前位置?
- 13. 如何在Google地圖上添加監聽器到多個形狀?
- 14. 如何使用Google Maps SDK for Swift找到用戶的位置?
- 15. Google地圖的監聽器(onLoaded)Android
- 16. Google地圖監聽器上下文
- 17. 將圖片添加到Google iOS SDK中的位置
- 18. 如何添加點擊監聽器到谷歌地圖道路?
- 19. 添加監聽器和設置監聽器
- 20. Google Maps for iOS SDK - 如何通過名稱顯示位置?
- 21. 使用數組添加監聽器在谷歌地圖
- 22. 如何在Google Maps iOS SDK上顯示用戶位置
- 23. 將位置添加到Google地圖
- 24. 刪除位置監聽器
- 25. Android GPS位置監聽器
- 26. Android的位置監聽器
- 27. iOS谷歌地圖SDK用戶位置圖像
- 28. 如何在Google街景視圖中添加UIImageView視圖sdk for ios
- 29. Android位置:PendingIntent與位置監聽器
- 30. 無法在iOS 6地圖上添加用戶位置按鈕