IVBezierPathRenderer
IVBezierPathRenderer copied to clipboard
Alternative Path Renderer for Apple MapKit to render path with bezier curve
Hi Ivan, First thanks for you job and this huge improvement. All dev using MapKit know that it is so easy to customize and to add some styling to MKPolyline...
Under some circumstances, the bezier path creates huge loops as shown in the two screenshots (`MKPolylineRenderer` vs. `IVBezierPathRenderer` rendering the same polygon):  ![screen...
I get a build warning with the following code line, in IVBezierPathRenderer.m: MKMultiPoint *multiPoint = self.overlay; Initializing 'MKMultiPoint *__strong' with an expression of incompatible type 'id' So far this is...