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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Hi, we wanted to know if there is a way to highlight a building on the map. Basically we are working on an iPad app and we want to allow the users to select buildings by pressing over them. Our idea is to highlight a building when is selected, Let's say something like this:
We notice that mapbox can show the building boundaries but we couldn't figured out a way to interact with them.
We will really appreciate any help on this.
Thanks!
The text was updated successfully, but these errors were encountered:
This is currently possible in GL JS but not the iOS SDK. #352 will add an API for detecting that a building is under the tapped coordinate and get its coordinates. (Also, in #837 we’re working towards the ability to change the style dynamically at runtime, which could be useful.) In the meantime, to do this, you’ll need to load the data from a source like OpenStreetMap manually.
Hi, we wanted to know if there is a way to highlight a building on the map. Basically we are working on an iPad app and we want to allow the users to select buildings by pressing over them. Our idea is to highlight a building when is selected, Let's say something like this:
We notice that mapbox can show the building boundaries but we couldn't figured out a way to interact with them.
We will really appreciate any help on this.
Thanks!
The text was updated successfully, but these errors were encountered: