Пример #1
0
 // BOOL MGLCoordinateBoundsEqualToCoordinateBounds (MGLCoordinateBounds bounds1, MGLCoordinateBounds bounds2) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern bool MGLCoordinateBoundsEqualToCoordinateBounds(MGLCoordinateBounds bounds1, MGLCoordinateBounds bounds2);
Пример #2
0
 // NSString * _Nonnull MGLStringFromCoordinateBounds (MGLCoordinateBounds bounds) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern NSString MGLStringFromCoordinateBounds(MGLCoordinateBounds bounds);
Пример #3
0
 // MGLCoordinateQuad MGLCoordinateQuadFromCoordinateBounds (MGLCoordinateBounds bounds) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern MGLCoordinateQuad MGLCoordinateQuadFromCoordinateBounds(MGLCoordinateBounds bounds);
Пример #4
0
 // BOOL MGLCoordinateBoundsIsEmpty (MGLCoordinateBounds bounds) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern bool MGLCoordinateBoundsIsEmpty(MGLCoordinateBounds bounds);
Пример #5
0
 // MGLCoordinateBounds MGLCoordinateBoundsOffset (MGLCoordinateBounds bounds, MGLCoordinateSpan offset) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern MGLCoordinateBounds MGLCoordinateBoundsOffset(MGLCoordinateBounds bounds, MGLCoordinateSpan offset);
Пример #6
0
 // MGLCoordinateSpan MGLCoordinateBoundsGetCoordinateSpan (MGLCoordinateBounds bounds) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern MGLCoordinateSpan MGLCoordinateBoundsGetCoordinateSpan(MGLCoordinateBounds bounds);
Пример #7
0
 // BOOL MGLCoordinateInCoordinateBounds (CLLocationCoordinate2D coordinate, MGLCoordinateBounds bounds) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern bool MGLCoordinateInCoordinateBounds(CLLocationCoordinate2D coordinate, MGLCoordinateBounds bounds);
Пример #8
0
 // BOOL MGLCoordinateBoundsIntersectsCoordinateBounds (MGLCoordinateBounds bounds1, MGLCoordinateBounds bounds2) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern bool MGLCoordinateBoundsIntersectsCoordinateBounds(MGLCoordinateBounds bounds1, MGLCoordinateBounds bounds2);