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 using React Native and queryRenderedFeaturesAtPoint method to get the feature data (rendered along with mapbox), which looks like the following.
Although it has an id, it's not the same mapbox_id which is needed to query more feature details via retrieve API https://api.mapbox.com/search/searchbox/v1/retrieve/{id}
Alternatively, I'm simply looking for a feature's address (street name, post code) if there is another way to get this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using React Native and
queryRenderedFeaturesAtPoint
method to get the feature data (rendered along with mapbox), which looks like the following.Although it has an id, it's not the same
mapbox_id
which is needed to query more feature details via retrieve APIhttps://api.mapbox.com/search/searchbox/v1/retrieve/{id}
Alternatively, I'm simply looking for a feature's address (street name, post code) if there is another way to get this?
Beta Was this translation helpful? Give feedback.
All reactions