The visual representation for any polyline overlay object.
SDKs
- iOS 7.0+
- macOS 10.9+
- tvOS 9.2+
Framework
- Map
Kit
Declaration
class MKPolylineRenderer : MKOverlay Path Renderer
Overview
This renderer strokes the line only; it does not fill it. You can change the color and other drawing attributes of the polyline by modifying the properties inherited from the parent class. You typically use this class as is and do not subclass it.