BDBoundingBox

Objective-C

@interface BDBoundingBox
    : BDGeometry <NSCopying, BDPValidatable, NSSecureCoding>

Swift

class BDBoundingBox : BDGeometry, NSCopying, BDPValidatable, NSSecureCoding

A rectangular coordinate region on the Earth’s surface, defined by two latitude / longitude corner BDPoint “points”.