AdswizzLocationConfig
@objc(AASDKAdswizzLocationConfig)
public final class AdswizzLocationConfig : NSObject
The 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.Declaration
Swift
@objc public var accuracy: CLLocationAccuracy { get set } -
Enable location significant changes only for location services used by
AdswizzSDK. Defaults to false.Declaration
Swift
@objc public var enableSignificantChanges: Bool { get set }