This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Query MGLPolyline added by MGLMapView.addAnnotation() #7843
Labels
annotations
Annotations on iOS and macOS or markers on Android
iOS
Mapbox Maps SDK for iOS
runtime styling
Because DDS is not yet implemented, I can't import GeoJSON and have the SDK automatically style the polylines.
Instead, I parse the GeoJSON manually and create individual
MGLPolyLine
shapes and add it to the map:Documentation does not say what layer this shape gets added to, if any.
I would like to be able to query the newly added polyline features during a tap gesture, like my other layers:
iOS
3.4.0-beta7
The text was updated successfully, but these errors were encountered: