我试图弄清楚当地图首次显示给用户时如何选择用户的默认位置注释。我知道我应该以某种方式使用这段代码:
mapView.selectAnnotation(theUsersLocationAnnotation, animated: true)
但是这个' theUsersLocationAnnotation'注释完全来自于它通常为蓝色的当前位置注释。我如何访问它以在该注释上调用它,可以这么说?
答案 0 :(得分:1)
只需使用:
mapView.selectAnnotation(mapView.userLocation, animated: true)