简体   繁体   English

C#PathGeometry等效于Swift

[英]C# PathGeometry equivalent in Swift

Just wondering if there is any equivalent in Swift to PathGeometry, PathFigure in C#. 只是想知道Swift到PathGeometry中是否存在任何等价物,C#中的PathFigure。

Working on something which would draw a path line with the collection of given Points. 处理将使用给定点集合绘制路径的东西。

Thanks, 谢谢,

Naresh 纳雷什

You can draw polygons and poly lines over map using map box SDK. 您可以使用地图框SDK在地图上绘制多边形和多边形线。 It has its own methods. 它有自己的方法。 In one project we used same. 在一个项目中我们使用了相同的 Check this out https://www.mapbox.com/ios-sdk/ 看看这个https://www.mapbox.com/ios-sdk/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM