Interface GetIdentifyGeoJsonOptions<P>

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

Type Parameters

Properties

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