AdswizzLocationConfig
@objc(AASDKAdswizzLocationConfig)
public final class AdswizzLocationConfig : NSObjectThe AdswizzSDK location configuration class.
Can be used to access and set the supported location options from the AdswizzSDK shared instance.
- 
                  
                  The location accuracy level in meters. Defaults to kCLLocationAccuracyKilometer.DeclarationSwift @objc public var accuracy: CLLocationAccuracy { get set }
- 
                  
                  Enable location significant changes only for location services used by AdswizzSDK. Defaults to false.DeclarationSwift @objc public var enableSignificantChanges: Bool { get set }
