CPTripPauseReason Enum

Definition

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

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.

ProceedToRoute 5

The car is not on the trip route.

Rerouting 4

The system is currently rerouting the trip.

Applies to