YMKLocationManagerUtils

class YMKLocationManagerUtils : NSObject

Summary

Class methods

class func lastKnownLocation() -> YMKLocation?

class func isPredictionSpoofingCleanerEnabled() -> Bool
Returns the current value of the process-wide setting for prediction-based GNSS spoofing filtering

class func setPredictionSpoofingCleanerEnabledWithEnabled(_ enabled: Bool)
Enables or disables prediction-based GNSS spoofing filtering

Class methods

lastKnownLocation()

class func lastKnownLocation() -> YMKLocation?


isPredictionSpoofingCleanerEnabled()

class func isPredictionSpoofingCleanerEnabled() -> Bool

Returns the current value of the process-wide setting for prediction-based GNSS spoofing filtering. The setting is true by default.


setPredictionSpoofingCleanerEnabledWithEnabled(_:)

class func setPredictionSpoofingCleanerEnabledWithEnabled(_ enabled: Bool)

Enables or disables prediction-based GNSS spoofing filtering. The filtering is enabled by default. This process-wide setting takes effect immediately for active location subscriptions.

Parameters

enabled

True to enable filtering; false to disable it. True by default.