MMKDummyLocationQuality
|
enum MMKDummyLocationQuality : UInt, @unchecked Sendable |
The overall current quality of locations.
This is used to switch MapKit between different operating modes. If the locations are of high-quality and frequent (1 Hz), then specify 'High'; otherwise, specify 'Low'.
It is strongly recommended not to change it often, e.g., every location.
Summary
Enum cases
|
case high = 0 |
|
case low = 1 |
Enum cases
high
|
case high = 0 |
low
|
case low = 1 |