https://developer.apple.com/documentation/corelocation/clregion
"A base class representing an area that can be monitored."
모니터링될 수 있는 지역을 나타내는 베이스 클래스입니다.
class CLRegion : NSObject
추상 베이스 클래스입니다. 지역의 특정 타입을 정의하는 제공된 서브클래스 중 한 가지를 인스턴스화 하시기 바랍니다. 지역 생성 후 CLLocationManager
객체와 함께 startMonitoring(for:)
메소드로 등록하시기 바랍니다. 로케이션 매니저는 사용자가 지역의 경계를 건널 때마다 적합한 이벤트를 생성합니다.
사용자가 지리적 지역에 진입하는 혹은 떠나는 시점을 확인하기 위해 지역 모니터링을 사용합니다.
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