docs: add address details field to osm page

This commit is contained in:
Stephan Meijer
2020-05-22 22:19:42 +02:00
parent 72196de4c6
commit 667a121e86

View File

@@ -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
},
});
```