CLRegion
1827 ワード
https://developer.apple.com/documentation/corelocation/clregion
"A base class representing an area that can be monitored."
監視可能な領域を表すベースクラス.
抽象ベースクラス.領域内の特定のタイプを定義する、提供されるサブクラスの1つをインスタンス化してください.ゾーンを作成したら、
ゾーンモニタリングを使用して、ユーザーが地理的位置に入ったり離れたりする時点を決定します.
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
円心と半径の地理的領域.
https://developer.apple.com/documentation/corelocation/clcircularregion
https://velog.io/@panther222128/CLCircularRegion
"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
Reference
この問題について(CLRegion), 我々は、より多くの情報をここで見つけました https://velog.io/@panther222128/CLRegionテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol