NTVectorTileFeatureCollection


@interface NTVectorTileFeatureCollection : NTFeatureCollection

A collection of vector tile features.

  • Constructs a VectorTileFeatureCollection from a vector of vector tile features.

    Declaration

    Objective-C

    - (id)initWithFeatures:(NTVectorTileFeatureVector *)features;

    Parameters

    features

    The features for the collection.

  • Returns the feature at the specified index. Index must be between 0 and getFeatureCount (exclusive).

    Warning

    Throws NSException If the index is out of range.

    Declaration

    Objective-C

    - (NTVectorTileFeature *)getFeature:(int)index;

    Return Value

    The feature at specified index.

  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;