MKErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Unknown | 1 | |
ServerFailure | 2 | |
LoadingThrottled | 3 | |
PlacemarkNotFound | 4 | |
DirectionsNotFound | 5 |