YMKPolygon

class YMKPolygon : NSObject

A polygon with one or more polygons in it. The exterior and interior areas are specified using LinearRing.

Summary

Class methods

 init(outerRing: YMKLinearRing, innerRings: [YMKLinearRing])

Properties

var outerRingYMKLinearRing { get }
The ring specifying the area

var innerRings: [YMKLinearRing] { get }
The list of rings in the specified area

Class methods

init(outerRing:innerRings:)

 init(outerRing: YMKLinearRing, innerRings: [YMKLinearRing])


Properties

outerRing

var outerRing: YMKLinearRing { get }

The ring specifying the area.


innerRings

var innerRings: [YMKLinearRing] { get }

The list of rings in the specified area.