IVBezierPathRenderer icon indicating copy to clipboard operation
IVBezierPathRenderer copied to clipboard

Alternative Path Renderer for Apple MapKit to render path with bezier curve

Results 3 IVBezierPathRenderer issues
Sort by recently updated
recently updated
newest added

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 shot 2018-04-16 at 23 18 29](https://user-images.githubusercontent.com/110374/38837291-a7dca696-41d1-11e8-87a6-3b349cbd3ebd.png) ![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...