//[Verify(PlatformInvoke)] static extern CLLocationCoordinate2D MACoordinateConvert(CLLocationCoordinate2D coordinate, MACoordinateType type);
public static CLLocationCoordinate2D MACoordinateConvert(CLLocationCoordinate2D coordinate, MACoordinateType type) { return(_MACoordinateConvert(coordinate, type)); }