-
Notifications
You must be signed in to change notification settings - Fork 1.3k
add shape annotation reordering API #1728
Comments
is there a timeline for this feature? |
Note that this issue tracks an API for arbitrarily reordering View-backed annotations automatically come to the front as of #5264 (iOS) and #5294 (Android). It’s also possible to arbitrarily reorder view-backed annotations on iOS: see #5287 (comment) for an example. #5238 tracks an API for arbitrarily reordering view-backed annotations on Android. Meanwhile, in the coming Android SDK v4.2.0 (currently in beta) and iOS SDK v3.4.0 (in alpha), the runtime styling API offers an alternative to annotations. You can arbitrarily order a style layer above or below any other style layer, even beneath parts of the base map like labels. Hopefully the improvements in view-backed annotations and runtime styling meet your needs. If not, we’d love to hear about your specific use cases, to inform the improvements we make going forward. Edit: Clarified based on #1728 (comment). |
No, this issue was originally for polygon annotation reordering on the fly. |
these are simple and base features that every map sdks have like google,apple mapkit,heremaps event mapbox ios sdk. There is ugly alternative for markers like markerView in android but nothing for polylines,polygones. |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
Punted from #1655. Should be as simple as updating
AnnotationManager::orderedShapeAnnotations
, which affects the order of shape layers returned fromgetTile()
.The text was updated successfully, but these errors were encountered: