Returns a store, creates it if necessary.
Optionalpinia: Pinia | nullPinia instance to retrieve the store
Optionalhot: StoreGenericdev only hot module replacement
Address GeoJSON object as returned by a search service. The result and its fields differ depending on the used backend. The callback is used whenever the user clicks on a search result or started a one-result search, which results in an auto-select of the singular result.
The feature's geometry
Properties associated with this feature.
A fieldName to use for display purposes.
Optionalbbox?: BBoxBounding box of the coordinate range of the object's Geometries, Features, or Feature Collections. The value of the bbox member is an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries. https://tools.ietf.org/html/rfc7946#section-5
Optionalid?: string | numberA value that uniquely identifies this feature in a https://tools.ietf.org/html/rfc7946#section-3.2.
This function is solely meant for programmatic access and is not used by direct user input.
Search string to be used.
Whether to automatically select a result. Defaults to 'never' so that results will be presented as if the user searched for them. Using 'only' will autoselect if a single result was returned; using 'first' will autoselect the first of an arbitrary amount of results >=1.
The results of the search sorted by searchMethod.
ID of the currently selected group. Changing this triggers a new search with the currently set value for inputValue if it has at least one character.
Plugin store for the address search.