Issue
This Content is from Stack Overflow. Question asked by wahab
I am using geocoder in my application and wants to add more tag that in openstreetmap. i saw there are many other tags in openstreetmap like tourism, hostroic_place highway, etc,
here is current coe
var geocoder = new MapboxGeocoder({
accessToken: mapboxgl.accessToken,
countries: 'pk',
types: 'region,place,postcode,locality,neighborhood,district'
});
Solution
This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.
This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.