Share via


MKErrorCode Enum

Definition

An enumeration whose values represent various errors that can occur with CalculateDirections(MKDirectionsHandler) and CalculateETA(MKETAHandler).

[ObjCRuntime.Native]
public enum MKErrorCode
[<ObjCRuntime.Native>]
type MKErrorCode = 
Inheritance
MKErrorCode
Attributes

Fields

Name Value Description
Unknown 1
ServerFailure 2
LoadingThrottled 3
PlacemarkNotFound 4
DirectionsNotFound 5
DecodingFailed 6

Applies to