//[Verify (PlatformInvoke)]
 public static extern IntPtr BMKConvertBaiduCoorFrom(CLLocationCoordinate2D coordinate, BMKCoordType type);
 public static NSDictionary BMKConvertBaiduCoorFrom2(CLLocationCoordinate2D coordinate, BMKCoordType type)
 {
     return(Runtime.GetNSObject <NSDictionary>(BMKConvertBaiduCoorFrom(coordinate, type)));
 }
 //[Verify (PlatformInvoke)]
 public static extern NSDictionary BMKConvertBaiduCoorFrom(CLLocationCoordinate2D coordinate, BMKCoordType type);