MMKLocationFilteringMode

enum MMKLocationFilteringMode : NSUInteger {}

Undocumented

Summary

Enum cases

MMKLocationFilteringModeOn
Locations should be filtered (no unrealistic or spoofed locations, or locations from the past)

MMKLocationFilteringModeOff
Only invalid (that is zero) locations should be filtered

Enum cases

MMKLocationFilteringModeOn

MMKLocationFilteringModeOn

Locations should be filtered (no unrealistic or spoofed locations, or locations from the past).


MMKLocationFilteringModeOff

MMKLocationFilteringModeOff

Only invalid (that is zero) locations should be filtered.