@maptiler/geocoding-control
Advanced tools
Comparing version 0.0.54 to 0.0.55
{ | ||
"name": "@maptiler/geocoding-control", | ||
"version": "0.0.54", | ||
"version": "0.0.55", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -106,3 +106,3 @@ # MapTiler Geocoding control for MapLibre GL JS and Leaflet | ||
- `limit`: `number` - Maximum number of results to show. Default `5`. | ||
- `country`: `string | string[]` - Limit search to specified country(ies). Default `undefined` (use all countries). | ||
- `country`: `string | string[]` - Limit search to specified country(ies). Default `undefined` (use all countries). Specify as [alpha-2 ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) lowercase code. | ||
- `types`: `string[]` - Filter of feature types to return. Default `undefined` (all available feature types are returned). | ||
@@ -109,0 +109,0 @@ |
1989440
28