API / geotoolkit / map / sources / formats / AbstractFormat / AbstractFormat
formats.AbstractFormat.AbstractFormat
Type Aliases
Ƭ EventMap: EventMap & { FeatureAdded: AbstractFeature[] | { tile?: Record<string, AbstractFeature[]> } ; FeatureRemoved: AbstractFeature ; FeaturesCleared: Iterator<AbstractFeature> }
Ƭ Options: Object
options
▪ [key: string]: any
| Name | Type | Description |
|---|---|---|
connector? | AbstractConnector | connector to use |
Ƭ RectQuery: SendOptions & { bottom: number ; height?: number ; left: number ; right: number ; top: number ; width?: number }