-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for tapping on POIs in the Style Layers #539
Comments
This area of the iOS documentation : https://docs.mapbox.com/ios/maps/api/6.3.0/for-style-authors.html So it looks like |
I found this Pull request which is promising: #177 |
@leeprobert The PR you linked actually added some code to the example app that showcases this feature. Is that what you're looking for? |
The only issue I am facing now is finding more information about the filtering syntax. Any ideas? |
I haven't really worked with those myself, but this might be a good starting point. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I can't see any support for tapping on POIs in the Style Layers. I have all my POI information baked into the Styles as points, and I would like to be able to tap on them to get the JSON node data and handle the result.
Is this supported? I know there is a way to do it natively. This post relates to what I want to do: https://stackoverflow.com/questions/39760786/mapbox-how-to-select-poi-point-from-own-style-map-on-mobile
The text was updated successfully, but these errors were encountered: