Share via


NSValue.ToCLLocationCoordinate2D(NativeHandle) Method

Definition

Converts a native handle to a CLLocationCoordinate2D.

public static CoreLocation.CLLocationCoordinate2D ToCLLocationCoordinate2D(ObjCRuntime.NativeHandle handle);
static member ToCLLocationCoordinate2D : ObjCRuntime.NativeHandle -> CoreLocation.CLLocationCoordinate2D

Parameters

handle
NativeHandle

The native handle.

Returns

The CLLocationCoordinate2D.

Applies to