Let say I have set of latitudes and longitude points which would be shaped as line on map which have total distance 20 km.
I want to extract only cordinate from 0 km point to 4 km so it will result by generating new set of lat-long points. In others case I need to extract from 3 km to 6 km.
How can I implement it with this library?
Thank you.
Let say I have set of latitudes and longitude points which would be shaped as line on map which have total distance 20 km.
I want to extract only cordinate from 0 km point to 4 km so it will result by generating new set of lat-long points. In others case I need to extract from 3 km to 6 km.
How can I implement it with this library?
Thank you.