TTGeoJSONFeatureCollection

Objective-C

@interface TTGeoJSONFeatureCollection : NSObject

Swift

class TTGeoJSONFeatureCollection : NSObject

Represents a spatially bound entity. Consists of a geometry object and an id. Both are optional. If geometry is absent, the feature is unlocated.

  • Array of TTADPFeature objects.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSArray<TTGeoJSONFeature *> *_Nonnull features;

    Swift

    var features: [TTGeoJSONFeature] { get }