Slide 8
Slide 8 text
ジオフェンスを使った機能の開発
( 位置情報の許可を取得する G CLLocationManagerの
startMonitoringを呼ぶ
region = (
: CLLocationCoordinate2D( : , : ),
: ,
:
)
. . ( : region)
let
self
CLCircularRegion
center latitude longitude
radius
identifier
startMonitoring for
139.7150326 35.6671881
500
"identifier"
locationManager
通知を受け取る
delegateを定義する
範囲指定