mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 08:31:26 +00:00
docs: add address details field to osm page
This commit is contained in:
@@ -54,6 +54,7 @@ const provider = new OpenStreetMapProvider({
|
||||
params: {
|
||||
'accept-language': 'nl', // render results in Dutch
|
||||
countrycodes: 'nl', // limit search results to the Netherlands
|
||||
addressdetails: 1, // include additional address detail parts
|
||||
},
|
||||
});
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user