예제 #1
0
            static unsafe void Invoke(IntPtr block, global::CoreLocation.CLLocationCoordinate2D obj)
            {
                var descriptor = (BlockLiteral *)block;
                var del        = (global::System.Action <global::CoreLocation.CLLocationCoordinate2D>)(descriptor->Target);

                if (del != null)
                {
                    del(obj);
                }
            }
예제 #2
0
 public virtual void AddAnnotation(global::CoreLocation.CLLocationCoordinate2D location, WKInterfaceMapPinColor pinColor)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
예제 #3
0
 public virtual void AddAnnotation(global::CoreLocation.CLLocationCoordinate2D location, string name, CGPoint offset)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
예제 #4
0
 public virtual void AddAnnotation(global::CoreLocation.CLLocationCoordinate2D location, WKInterfaceMapPinColor pinColor)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
예제 #5
0
 public virtual void AddAnnotation(global::CoreLocation.CLLocationCoordinate2D location, string name, CGPoint offset)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
예제 #6
0
 unsafe void Invoke(global::CoreLocation.CLLocationCoordinate2D obj)
 {
     invoker(BlockPointer, obj);
 }
예제 #7
0
 public extern static void void_objc_msgSendSuper_CLLocationCoordinate2D(IntPtr receiver, IntPtr selector, global::CoreLocation.CLLocationCoordinate2D arg1);
 public static MGLMapCamera CameraLookingAtCenterCoordinate(global::CoreLocation.CLLocationCoordinate2D centerCoordinate, global::CoreLocation.CLLocationCoordinate2D eyeCoordinate, global::System.Double eyeAltitude)
 {
     return(Runtime.GetNSObject <MGLMapCamera> (global::ApiDefinition.Messaging.IntPtr_objc_msgSend_CLLocationCoordinate2D_CLLocationCoordinate2D_Double(class_ptr, Selector.GetHandle("cameraLookingAtCenterCoordinate:fromEyeCoordinate:eyeAltitude:"), centerCoordinate, eyeCoordinate, eyeAltitude)));
 }
 public static MGLMapCamera CameraLookingAtCenterCoordinate(global::CoreLocation.CLLocationCoordinate2D centerCoordinate, global::System.Double distance, global::System.nfloat pitch, global::System.Double heading)
 {
     return(Runtime.GetNSObject <MGLMapCamera> (global::ApiDefinition.Messaging.IntPtr_objc_msgSend_CLLocationCoordinate2D_Double_nfloat_Double(class_ptr, Selector.GetHandle("cameraLookingAtCenterCoordinate:fromDistance:pitch:heading:"), centerCoordinate, distance, pitch, heading)));
 }
 public extern static void CGPoint_objc_msgSendSuper_stret_CLLocationCoordinate2D_IntPtr(out CGPoint retval, IntPtr receiver, IntPtr selector, global::CoreLocation.CLLocationCoordinate2D arg1, IntPtr arg2);
 public extern static void CLLocationCoordinate2D_objc_msgSendSuper_stret(out global::CoreLocation.CLLocationCoordinate2D retval, IntPtr receiver, IntPtr selector);
 public extern static CGPoint CGPoint_objc_msgSend_CLLocationCoordinate2D_IntPtr(IntPtr receiver, IntPtr selector, global::CoreLocation.CLLocationCoordinate2D arg1, IntPtr arg2);
 public extern static void CLLocationCoordinate2D_objc_msgSend_stret_CGPoint_IntPtr(out global::CoreLocation.CLLocationCoordinate2D retval, IntPtr receiver, IntPtr selector, CGPoint arg1, IntPtr arg2);
 public extern static void void_objc_msgSendSuper_CLLocationCoordinate2D_Double_Double_bool(IntPtr receiver, IntPtr selector, global::CoreLocation.CLLocationCoordinate2D arg1, global::System.Double arg2, global::System.Double arg3, bool arg4);
 public extern static void void_objc_msgSend_CLLocationCoordinate2D_bool(IntPtr receiver, IntPtr selector, global::CoreLocation.CLLocationCoordinate2D arg1, bool arg2);
 public extern static IntPtr IntPtr_objc_msgSendSuper_CLLocationCoordinate2D_Double_nfloat_Double(IntPtr receiver, IntPtr selector, global::CoreLocation.CLLocationCoordinate2D arg1, global::System.Double arg2, global::System.nfloat arg3, global::System.Double arg4);