autosoft-co
Results
1
comments of
autosoft-co
Found a fix. Instead of passing `GeoCoord`s to addDirection. You can pass LatLng string like below. ``` final latLng = "$lat,$lng"; ```