MKErrorCodeExtensions Class

Definition

Extension methods for the MapKit.MKErrorCode enumeration.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 9, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static class MKErrorCodeExtensions
type MKErrorCodeExtensions = class
Inheritance
MKErrorCodeExtensions
Attributes

Remarks

The extension method for the MapKit.MKErrorCode enumeration can be used to fetch the error domain associated with these error codes.

Methods

GetDomain(MKErrorCode)

Returns the error domain associated with the MapKit.MKErrorCode value

Applies to