有没有办法平滑用react-native-maps绘制的折线上的角?

时间:2017-07-09 18:37:42

标签: react-native react-native-maps

我的代码如下所示:

const coords = {//...etc}

<MapView.Polyline
    key="LTrainPolyline"
    coordinates={coords}
    strokeColor="grey"
    strokeWidth={1}
/>

有一个lineJoin prop但是我无法弄清楚如何使用它并且文档很少。我想转过这样一个角落:V =&gt;我有一种感觉我试图避免进入并手动添加一大堆坐标来模拟曲线。

0 个答案:

没有答案