// BOOL MGLCoordinateBoundsEqualToCoordinateBounds (MGLCoordinateBounds bounds1, MGLCoordinateBounds bounds2) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern bool MGLCoordinateBoundsEqualToCoordinateBounds(MGLCoordinateBounds bounds1, MGLCoordinateBounds bounds2);
 // NSString * _Nonnull MGLStringFromCoordinateBounds (MGLCoordinateBounds bounds) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern NSString MGLStringFromCoordinateBounds(MGLCoordinateBounds bounds);
 // MGLCoordinateQuad MGLCoordinateQuadFromCoordinateBounds (MGLCoordinateBounds bounds) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern MGLCoordinateQuad MGLCoordinateQuadFromCoordinateBounds(MGLCoordinateBounds bounds);
 // BOOL MGLCoordinateBoundsIsEmpty (MGLCoordinateBounds bounds) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern bool MGLCoordinateBoundsIsEmpty(MGLCoordinateBounds bounds);
 // MGLCoordinateBounds MGLCoordinateBoundsOffset (MGLCoordinateBounds bounds, MGLCoordinateSpan offset) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern MGLCoordinateBounds MGLCoordinateBoundsOffset(MGLCoordinateBounds bounds, MGLCoordinateSpan offset);
 // MGLCoordinateSpan MGLCoordinateBoundsGetCoordinateSpan (MGLCoordinateBounds bounds) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern MGLCoordinateSpan MGLCoordinateBoundsGetCoordinateSpan(MGLCoordinateBounds bounds);
 // BOOL MGLCoordinateInCoordinateBounds (CLLocationCoordinate2D coordinate, MGLCoordinateBounds bounds) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern bool MGLCoordinateInCoordinateBounds(CLLocationCoordinate2D coordinate, MGLCoordinateBounds bounds);
 // BOOL MGLCoordinateBoundsIntersectsCoordinateBounds (MGLCoordinateBounds bounds1, MGLCoordinateBounds bounds2) __attribute__((always_inline));
 //[DllImport ("__Internal")]
 //[Verify (PlatformInvoke)]
 static extern bool MGLCoordinateBoundsIntersectsCoordinateBounds(MGLCoordinateBounds bounds1, MGLCoordinateBounds bounds2);