NSValue.ToMKCoordinateSpan(NativeHandle) Method

Definition

Converts a native handle to a MKCoordinateRegion.

public static MapKit.MKCoordinateSpan ToMKCoordinateSpan(ObjCRuntime.NativeHandle handle);
static member ToMKCoordinateSpan : ObjCRuntime.NativeHandle -> MapKit.MKCoordinateSpan

Parameters

handle
NativeHandle

The native handle.

Returns

The MKCoordinateRegion.

Applies to