CPTripPauseReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the reasons why the current trip has been paused.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CPTripPauseReason
type CPTripPauseReason =
- Inheritance
-
CPTripPauseReason
- Attributes
Fields
Name | Value | Description |
---|---|---|
Arrived | 1 | The car has arrived at the trip destinatioj. |
Loading | 2 | The data for the trip is still loading. |
Locating | 3 | The system is trying to locate the car. |
Rerouting | 4 | The system is currently rerouting the trip. |
ProceedToRoute | 5 | The car is not on the trip route. |