TTGeoJSONFeatureCollection
@interface 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 (readonly, strong, nonatomic) NSArray<TTGeoJSONFeature *> *_Nonnull features;
Swift
var features: [TTGeoJSONFeature] { get }