NextGIS Frontend
    Preparing search index...

    Interface GetIdentifyGeoJsonOptions<P>

    interface GetIdentifyGeoJsonOptions<
        P extends FeatureProperties = FeatureProperties,
    > {
        connector: default;
        identify: NgwIdentify;
        multiple?: boolean;
        requestOptions?: NgwFeatureRequestOptions<P>;
    }

    Type Parameters

    Index

    Properties

    connector: default
    identify: NgwIdentify
    multiple?: boolean
    requestOptions?: NgwFeatureRequestOptions<P>