mapbox / mapbox-unity-sdk

Mapbox Unity SDK - https://www.mapbox.com/unity/
Other
724 stars 210 forks source link

Ho to make marker interactive? (eg. on tap show a label) #1719

Open DaniloCCP opened 4 years ago

DaniloCCP commented 4 years ago

This isn't really an issue but a lack of feature. There is a way to make the markers/points of interest interactive? In others map framework you can always select a point of interest to show additional information.

brnkhy commented 3 years ago

@DaniloCCP have you checked the InteractiveStyledVectorMap demo scene? It's using buildings but the logic is there. Please check the GameObject modifiers in the building layers. Hope that helps!