MMKPurpose
|
enum MMKPurpose : UInt, @unchecked Sendable |
Summary
Enum cases
|
case general = 0 |
|
case automotiveNavigation = 1 |
|
case pedestrianNavigation = 2 |
|
case bicycleNavigation = 3 |
|
case scooterNavigation = 4 |
Enum cases
general
|
case general = 0 |
This mode uses less resources and is the default.
automotiveNavigation
|
case automotiveNavigation = 1 |
This mode is used to configure LocationManager for automotive navigation. Frequent location updates are desired even though more resources are used.
pedestrianNavigation
|
case pedestrianNavigation = 2 |
This mode is used to configure LocationManager for pedestrian navigation. Frequent location updates are desired even though more resources are used.
bicycleNavigation
|
case bicycleNavigation = 3 |
This mode is used to configure LocationManager for bicycle navigation. Frequent location updates are desired even though more resources are used.
scooterNavigation
|
case scooterNavigation = 4 |
This mode is used to configure LocationManager for scooter navigation. Frequent location updates are desired even though more resources are used.