MapKit Mobile SDK

MMKPolygon

class MMKPolygon : NSObject

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

Summary

Class methods

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

Properties

var outerRingMMKLinearRing { get }
The ring specifying the area

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

Class methods

init(outerRing:innerRings:)

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


Properties

outerRing

var outerRing: MMKLinearRing { get }

The ring specifying the area.


innerRings

var innerRings: [MMKLinearRing] { get }

The list of rings in the specified area.