标签: react-native react-native-maps
我的代码如下所示:
const coords = {//...etc} <MapView.Polyline key="LTrainPolyline" coordinates={coords} strokeColor="grey" strokeWidth={1} />
有一个lineJoin prop但是我无法弄清楚如何使用它并且文档很少。我想转过这样一个角落:V =&gt;我有一种感觉我试图避免进入并手动添加一大堆坐标来模拟曲线。