interface FeatureCollectionSearchServiceOptions {
    features: FeatureCollection<DefaultLatLonKeys>;
    projection: Projection;
}

Properties

Properties

features: FeatureCollection<DefaultLatLonKeys>
projection: Projection

Generated using TypeDoc