MMKDummyLocationQuality
enum MMKDummyLocationQuality : NSUInteger {} |
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
Enum cases
MMKDummyLocationQualityHigh
MMKDummyLocationQualityHigh |
MMKDummyLocationQualityLow
MMKDummyLocationQualityLow |