The visual representation for a path-based overlay.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.2+
Framework
- Map
Kit
Declaration
@interface MKOverlayPathRenderer : MKOverlay Renderer
Overview
Use this renderer when your overlay's shape is defined by a CGPath object. By default, this renderer fills the overlay's shape and represents the strokes of the path using its current attributes.
You can use this class as-is or subclass to define additional drawing behaviors. If you subclass, override the create
method and use that method to build the appropriate path object. To change the path, invalidate it and recreate the path using whatever new data your subclass has obtained.