作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
map View 一开始并不显示所有图钉。因此,我必须放大/缩小才能看到所有这些。
如果我想看到所有引脚相互重叠,我应该怎么做?
我记得这个问题在以前的 Swift 版本中不存在,比如 7 或 8。
let london = Capital(title: "London", coordinate: CLLocationCoordinate2D(latitude: 51.507222, longitude: -0.1275), info: "Home to the 2012 Summer Olympics.")
let oslo = Capital(title: "Oslo", coordinate: CLLocationCoordinate2D(latitude: 59.95, longitude: 10.75), info: "Founded over a thousand years ago.")
谢谢!
最佳答案
您可以在添加注释后尝试此操作
self.mapView.showAnnotations(self.mapView.annotations, animated: true)
关于swift - MapView 一开始并不显示所有图钉,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58905783/
我是一名优秀的程序员,十分优秀!