Share via


MKErrorCode 枚举

定义

一个枚举,其值表示 T:MapKit.MKDirections.CalculateRouteCalculateETA(MKETAHandler)可能发生的各种错误。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 9, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MKErrorCode
type MKErrorCode = 
继承
MKErrorCode
属性

字段

DirectionsNotFound 5
LoadingThrottled 3
PlacemarkNotFound 4
ServerFailure 2
Unknown 1

适用于