YMKLocationFilteringMode

enum YMKLocationFilteringMode : UInt, @unchecked Sendable

Undocumented

Summary

Enum cases

case on = 0
Locations should be filtered (no unrealistic or spoofed locations, or locations from the past)

case off = 1
Only invalid (that is zero) locations should be filtered

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.