¡@

Home 

2014/10/15 ¤U¤È 10:11:10

iphone Programming Glossary: locmgr

How to trigger a video when a user reaches a certain location?

http://stackoverflow.com/questions/6995443/how-to-trigger-a-video-when-a-user-reaches-a-certain-location

here @end @interface CoreLocationController NSObject CLLocationManagerDelegate MKMapViewDelegate CLLocationManager locMgr CLLocationCoordinate2D coordinate IBOutlet MKMapView worldView IBOutlet UIActivityIndicatorView activityIndicator id delegate.. worldView IBOutlet UIActivityIndicatorView activityIndicator id delegate @property nonatomic retain CLLocationManager locMgr @property nonatomic assign id delegate @property nonatomic readonly CLLocationCoordinate2D coordinate @end and this is the.. is the CorelocationController.m #import CoreLocationController.h @implementation CoreLocationController @synthesize locMgr delegate coordinate id init self super init if self nil self.locMgr CLLocationManager alloc init autorelease Create new..