ila
ila

Reputation: 920

Shape of the region in region monitoring iOS

Is it possible to startRegionMonitoring for a polygonal region. The input to this method is a CLRegion and CLRegion only has one initialization method to define a circular region initCircularRegionWithCenter.

Upvotes: 1

Views: 476

Answers (1)

Pieter
Pieter

Reputation: 1831

CLRegion can only be defined as a circle. So not possible atm.

Upvotes: 3

Related Questions