0
A
回答
1
您可以使用從GMSPanoramaViewDelegate的func panoramaView(view: GMSPanoramaView!, error: NSError!, onMoveNearCoordinate coordinate: CLLocationCoordinate2D)
方法來檢查是否有一定協調全景不可用。
樣品實施:
class ViewController: UIViewController {
@IBOutlet weak var testView: UIView!
var locationManager = CLLocationManager();
override func viewDidLoad() {
super.viewDidLoad()
super.viewDidLoad()
let panoView = GMSPanoramaView(frame: CGRectZero)
panoView.delegate = self
self.view = panoView
panoView.moveNearCoordinate(CLLocationCoordinate2DMake(0, 150.312))
}
}
extension ViewController: GMSPanoramaViewDelegate {
func panoramaView(view: GMSPanoramaView!, error: NSError!, onMoveNearCoordinate coordinate: CLLocationCoordinate2D) {
print("\(coordinate.latitude) \(coordinate.longitude) not available")
}
鏈接吉斯特文件:https://gist.github.com/ziyang0621/d340e5ff73f131c32375
相關問題
- 1. 谷歌地圖SDK for iOS的街景?
- 2. 谷歌街景使用谷歌地圖sdk爲ios
- 3. iOS版谷歌街景API
- 4. 谷歌地圖iOS SDK的街景視圖?
- 5. 谷歌地圖街景可用性
- 6. 谷歌地圖api v3 - 最近的街景
- 7. 谷歌地圖街景
- 8. 谷歌地圖街景avaliable
- 9. 谷歌街景/地圖API
- 10. 谷歌地圖街景和全景
- 11. 谷歌地圖 - 街景不起作用
- 12. iOS版谷歌地圖SDK GMSMarker定位
- 13. 如何在谷歌地圖iOS版SDK
- 14. iOS版谷歌地圖SDK術語
- 15. 谷歌地圖GMSMaker ICONVIEW - iOS版SDK
- 16. 谷歌地圖SDK版本問題 - IOS
- 17. 谷歌地圖/街景視圖控件
- 18. 谷歌地圖街景圖標丟失
- 19. 谷歌地圖上的街景?
- 20. 最近的街景圖
- 21. 谷歌地圖異步加載街景
- 22. 重置谷歌地圖街景
- 23. 谷歌地圖API V3 - 在街景
- 24. 檢測谷歌地圖街景模式
- 25. NullPointerException - 安卓谷歌地圖街景
- 26. 谷歌地圖街景鼠標
- 27. 谷歌街景
- 28. 谷歌地圖與谷歌街景全景圖自定義全景圖衝突
- 29. 谷歌街景圖像API
- 30. 谷歌地圖SDK iOS版:重新定位谷歌標誌