Hello All, good morning!
I have a set of points (lat and lon) that shows a vehicle route/path, I want to get the area covered by that vehicle.
What would be the best approach to get this done?
Cycle through each point to build a polygon, joining first and last point?
How do I build a polygon that has all points as a perimeter?
Thank you in advance
Best Regards