Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用谷歌地图 iOS SDK。当我在地图中绘制 GMSPolyline 时,它看起来并不平滑。如何在两个坐标之间制作更平滑的 GMSPolyline 或更平滑的线?
我找到了解决方案。我使用的是 1px 笔画宽度的线条。相反,现在我使用的是 4px 笔画宽度,并且更平滑。