LocationHelper
open class LocationHelper : CLLocationManager
extension LocationHelper: CLLocationManagerDelegate
LocationHelper provides additional support for LocationManager.
Version
1.5.0Date
08/09/2019-
The delegate.
Declaration
Swift
public weak var locationHelperDelegate: LocationHelperDelegate? -
Which authorization is
Declaration
Swift
@available(macOS 10.15, iOS 9, *) open var isAlwaysAuthorizationAuthorized: Bool { get } -
Whether the when in use authorization is authorized or not.
Declaration
Swift
open var isWhenInUseAuthorizationAuthorized: Bool { get } -
Whether the authorization is still not determinated or not.
Declaration
Swift
open var isUnauthorized: Bool { get } -
CLLocationManager
Declaration
Swift
public init(bundle: Bundle = .main)Parameters
bundleThe bundle where the Info.plist file exists.
-
Undocumented
Declaration
Swift
open override func requestAlwaysAuthorization() -
Undocumented
Declaration
Swift
open override func requestWhenInUseAuthorization() -
Undocumented
Declaration
Swift
public func locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus)
LocationHelper Class Reference