OSLocation.h
IntroductionUse the links in the table of contents to the left to access the documentation. Methods
locationServiceEnabledReturn the state of the authorization status of the location service for the app. + (BOOL)locationServiceEnabled; Return ValueYES if the app has auth, NO otherwise. DiscussionThis method blocks the execution if the user has not decided yet if th app has authorization for use the location services of the phone. |