CPTripPauseReason 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉目前車程已暫停的原因。
[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 | 系統目前正在重新路由傳送車程。 |