I want MKPolylineView
lineWidth
needs to be same everytime when zoom in or zoom out on MKMap ?
I am drawing Route from A to B using MKPolylineView
with all the specified points on the route.
I want to find corridor(polygon) around route as per specified distance in meters.suppose its 5 km (5000 meters). So corridor will be drawn on the mapview along with route.
I am attaching final image as output.
How to draw corridor(polygon) around the route ?
How to achieve this ?