MMKLocationFilteringMode
enum MMKLocationFilteringMode : UInt, @unchecked Sendable |
Undocumented
Summary
Enum cases
case on = 0 |
case off = 1 |
Enum cases
on
case on = 0 |
Locations should be filtered (no unrealistic or spoofed locations, or locations from the past).
off
case off = 1 |
Only invalid (that is zero) locations should be filtered.