TTADPFeatureCollection

@interface TTADPFeatureCollection : TTADPGeoJsonObject

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 (readonly, strong, nonatomic)
        NSArray<TTADPFeature *> *_Nonnull features;

    Swift

    var features: [TTADPFeature] { get }