You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if anyone have encountered this. If I want to use the chain provider with Mapbox and Google Maps provider to do reverse geocode, I can't specify location_type data attributes with the query because it will mean differently to each provider (ie. valid location_type for Mapbox is poi, place, locality etc. but for Google Maps valid values were eg. ROOFTOP, RANGE_INTERPOLATED etc.
We can call each provider individually to work around this, but I'm wondering if there's built-in handler within the chain provider itself?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I'm not sure if anyone have encountered this. If I want to use the chain provider with Mapbox and Google Maps provider to do reverse geocode, I can't specify
location_type
data attributes with the query because it will mean differently to each provider (ie. validlocation_type
for Mapbox ispoi
,place
,locality
etc. but for Google Maps valid values were eg.ROOFTOP
,RANGE_INTERPOLATED
etc.We can call each provider individually to work around this, but I'm wondering if there's built-in handler within the chain provider itself?
Thanks!
The text was updated successfully, but these errors were encountered: