Class YMKPolygon

A polygon with one or more polygons in it.

The exterior and interior areas are specified using LinearRing.

Class Methods

Properties

innerRings

The list of rings in the specified area.

outerRing

The ring specifying the area.

innerRings

The list of rings in the specified area.

outerRing

The ring specifying the area.

Method Detail

+polygonWithOuterRing:innerRings:

+ (nonnull YMKPolygon *)polygonWithOuterRing:(nonnull YMKLinearRing *)outerRing
                                  innerRings:(nonnull NSArray< YMKLinearRing * > *)innerRings 

Property Detail

innerRings

(assign, readonly) NSArray< YMKLinearRing * > * innerRings

The list of rings in the specified area.

outerRing

(assign, readonly) YMKLinearRing * outerRing

The ring specifying the area.