Share via


CPTripPauseReason 枚举

定义

枚举当前行程已暂停的原因。

[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 = 
继承
CPTripPauseReason
属性

字段

Arrived 1

这辆车已经到达旅行命运。

Loading 2

行程的数据仍在加载中。

Locating 3

系统试图找到汽车。

ProceedToRoute 5

车不在行程路线上。

Rerouting 4

系统当前正在重新路由行程。

适用于