GeoJSON Results is a wrapper for FeatureIndexResults and handles the conversion to GeoJSON

Hierarchy

  • GeoJSONResultSet

Implements

  • IterableIterator<Feature>

Constructors

Methods

Constructors

Methods

  • Returns IterableIterator<Feature<Geometry, {
        [name: string]: any;
    }>>

  • Parameters

    • Rest ...args: [] | [undefined]

    Returns IteratorResult<Feature<Geometry, {
        [name: string]: any;
    }>, any>

Generated using TypeDoc