TTGeoJSONObject

@interface TTGeoJSONObject : NSObject

TTGeoJSONObject

  • A representation of the bounding box rectangle.

    Declaration

    Objective-C

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

    Swift

    var boundingBox: TTBoundingBox! { get }