NextGIS Frontend
Preparing search index...
@nextgis/ngw-kit
FeatureLayerIdentifyOptions
Interface FeatureLayerIdentifyOptions
interface
FeatureLayerIdentifyOptions
{
cache
?:
boolean
;
connector
:
default
;
geom
:
Polygon
|
Position
[]
|
Feature
<
Polygon
,
GeoJsonProperties
>
;
layers
:
number
[]
;
query
?:
any
;
signal
?:
null
|
AbortSignal
;
}
Hierarchy (
View Summary
)
NgwRequestOptions
FeatureLayerIdentifyOptions
Index
Properties
cache?
connector
geom
layers
query?
signal?
Properties
Optional
cache
cache
?:
boolean
connector
connector
:
default
geom
geom
:
Polygon
|
Position
[]
|
Feature
<
Polygon
,
GeoJsonProperties
>
layers
layers
:
number
[]
Optional
query
query
?:
any
Optional
signal
signal
?:
null
|
AbortSignal
An AbortSignal to set request's signal.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
connector
geom
layers
query
signal
NextGIS Frontend
Loading...
An AbortSignal to set request's signal.