共用方式為


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

系統目前正在重新路由傳送車程。

適用於