-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add getAnnotationsInBounds in NativeMapView.java #1969
Comments
@incanus How does this relate to your long press pin drop stuff? |
Not related. |
Eventually it will relate to selection of dropped pins, but that's cart before horse right now. |
@incanus some feedback on how to design this: First you should implement #1998 Then the You can then change the JNI |
I think I follow, but does this account for needing to query an arbitrary bounding box? That's why I want to pass down to the C++ routine. |
@incanus Oh yes you still pass down to the C++ routine the bounding box. But you return the list of annotation ID numbers, which is then used to find the actual |
Ah I gotcha — yes, thanks for the help outlining the Java side of the API. Once I get there! 😄 |
👉 #2201 |
nice! 👍 |
Fixed by #2201 |
I'm looking at implementing annotation selection in Android but i need the getAnnotationsInBounds method.
The text was updated successfully, but these errors were encountered: