CLRegion

1827 ワード

https://developer.apple.com/documentation/corelocation/clregion
"A base class representing an area that can be monitored."
監視可能な領域を表すベースクラス.

Declaration

class CLRegion : NSObject

Overview


抽象ベースクラス.領域内の特定のタイプを定義する、提供されるサブクラスの1つをインスタンス化してください.ゾーンを作成したら、CLLocationManagerオブジェクトとstartMonitoring(for:)メソッドを使用して登録してください.[領域設定マネージャ](Area Settings Manager)は、ユーザが領域境界を越えるたびに、対応するイベントを生成します.

See Also


Region Monitoring


Monitoring the User's Proximity to Geographic Regions


ゾーンモニタリングを使用して、ユーザーが地理的位置に入ったり離れたりする時点を決定します.
https://developer.apple.com/documentation/corelocation/monitoring_the_user_s_proximity_to_geographic_regions
https://velog.io/@panther222128/Monitoring-the-Users-Proximity-to-Geographic-Regions

CLCircularRegion


円心と半径の地理的領域.
https://developer.apple.com/documentation/corelocation/clcircularregion
https://velog.io/@panther222128/CLCircularRegion