MapKit 线条和多边形

发布于 2024-10-22 17:24:59 字数 125 浏览 3 评论 0原文

我上面有一张地图和一条线(多段线)。我正在尝试围绕这条线制作一个平滑的多边形。我面临的问题是如何创建看起来光滑且末端呈圆形的多边形。有什么建议/解决方案吗? 我尝试在现有的一条不同粗细的线条上画另一条线,但它在缩放时效果不佳......

I have a map and line (poly-line) on it. I'm trying to make a smooth polygon around this line. The problem I'm facing is how to create that polygon look smooth with rounded ends. any suggestions/solutions?
I've tried to draw another line over existing one with different thickness, but it doesn't work well with zooming...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流云如水 2024-10-29 17:24:59

在 MKOverlayPathView(MKPolylineView 的超类)中,有一个名为 lineCap 的属性。将其设置为

kCGLineCapRound

检查此处:
http://developer.apple.com/ Library/ios/#documentation/MapKit/Reference/MKOverlayPathView_class/Reference/Reference.html

希望有帮助。

In MKOverlayPathView which is a superclass of MKPolylineView there is a property called lineCap. Set it to

kCGLineCapRound

check here:
http://developer.apple.com/library/ios/#documentation/MapKit/Reference/MKOverlayPathView_class/Reference/Reference.html

Hope it helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文