gpt4 book ai didi

mapkit - MKMarkerAnnotationView 簇颜色

转载 作者:行者123 更新时间:2023-12-02 11:50:00 25 4
gpt4 key购买 nike

我一直在尝试新的 iOS 11 MKMarkerAnnotationView,最后集群工作起来就像一个魅力。但问题是,如图所示,簇的颜色错误。我怎样才能控制这个? Wrong cluster color

最佳答案

没关系,我设法弄清楚了。

我将以下内容添加到委托(delegate)的 mapView(_ mapView: MKMapView, viewFor comment: MKAnnotation) 函数中。

if let cluster = annotation as? MKClusterAnnotation {
let markerAnnotationView = MKMarkerAnnotationView()
markerAnnotationView.glyphText = String(cluster.memberAnnotations.count)
markerAnnotationView.markerTintColor = UIColor.appPrimary
markerAnnotationView.canShowCallout = false

return markerAnnotationView
}

关于mapkit - MKMarkerAnnotationView 簇颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46726124/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com