ISLocationManager Class Reference

Inherits from NSObject
Conforms to CLLocationManagerDelegate
Declared in ISLocationManager.h

Overview

Class used to manage CLLocationManager.

– requestWhenInUseAuthorization

Method used to ask requestWhenInUseAuthorization (for iOS8+).

- (void)requestWhenInUseAuthorization

Declared In

ISLocationManager.h

– requestAlwaysAuthorization

Method used to ask requestAlwaysAuthorization (for iOS8+).

- (void)requestAlwaysAuthorization

Declared In

ISLocationManager.h

– isLocationAuthorized

Method used to know if CLAuthorizationStatus is Authorized (or AuthorizedWhenInUse for iOS8+).

- (BOOL)isLocationAuthorized

Return Value

If Location is Authorized or not.

Declared In

ISLocationManager.h