MKMapView addAnnotation 用于零坐标

Posted

技术标签:

【中文标题】MKMapView addAnnotation 用于零坐标【英文标题】:MKMapView addAnnotation for zero coordinates 【发布时间】:2018-02-06 14:53:10 【问题描述】:

:(0, 0) 被忽略。 android 谷歌地图为零坐标添加标记/注释。

是苹果的错误,还是遗漏了什么?

【问题讨论】:

请发布您的代码 代码不是很简单,我现在看到这很可能是我的错误。谢谢。 【参考方案1】:

MKMapView addAnnotation 用于零坐标:(0, 0) NOT 被忽略。

    let annotation2 = MKPointAnnotation()
    annotation2.coordinate = CLLocationCoordinate2DMake(0,0)
    annotation2.title = "title2"
    annotation2.subtitle = "Do2 any additional setup after loading the view, typically from a nib. "
    self.mapView.addAnnotation(annotation2)

【讨论】:

以上是关于MKMapView addAnnotation 用于零坐标的主要内容,如果未能解决你的问题,请参考以下文章

防止 MKMapView 不断地重新缩放和重新居中到用户位置

MKMapView自动缩小动画

MKMapView 和注释隐藏与缩放

有没有办法使用谷歌为 mkmapview 获取路线(只是路线)?

iOS6 - MKMapView 当前位置蓝点

MKMapView中心坐标不准确