MKOverlayPathRenderer

Undocumented

  • Returns CGPathRef equivalent to given polygon in this renderer.

    Declaration

    Swift

    @available(* 1.2.0, *)
    public func polyPath(for polygon: MKPolygon) -> CGPath?

    Parameters

    polygon

    Polygon whose equivalent path will be returned.

    Return Value

    Path equivalent to given polygon in this renderer.