how to use natural_label and other tags like highway, tourism in geocoder in mapbox

Viewed 14

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'
    });

0 Answers
Related