TTGeoJSONObject

@interface TTGeoJSONObject : NSObject

TTGeoJSONObject

  • A representation of the bounding box rectangle.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic) TTBoundingBox *boundingBox;

    Swift

    var boundingBox: TTBoundingBox! { get }