MKErrorCode Enum

Definition

An enumeration whose values represent various errors that can occur with T:MapKit.MKDirections.CalculateRoute and CalculateETA(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 = 
Inheritance
MKErrorCode
Attributes

Fields

DirectionsNotFound 5
LoadingThrottled 3
PlacemarkNotFound 4
ServerFailure 2
Unknown 1

Applies to