コード例 #1
0
 [//Verify(PlatformInvoke)]
 static extern bool FBBoundingBoxIntersectsBoundingBox(FBBoundingBox box1, FBBoundingBox box2);
コード例 #2
0
 static extern MKMapRect FBMapRectForBoundingBox(FBBoundingBox boundingBox);
コード例 #3
0
 static extern bool FBBoundingBoxContainsCoordinate(FBBoundingBox box, CLLocationCoordinate2D coordinate);