[android]Polyline click listener#5919
Conversation
|
Hey @SylvainHocq, thank you for reaching out and contributing, we really appreciate the contribution but we prefer handling this kind of functionality in core/c++ instead of the android/java bindings. In core we can rely on geometry objects and using intersection methods oppose doing the calculations manually. This will not only be a more performant solution but will resolve the issue for multiple platforms at once. |
|
Hello @tobrun, I have try this because i need this functionality. But yes i understand it's better to code this in C++ cause of more efficient and , for portability of all platform, but i'm not very confortable in c++ :-( So do you have an idea of when this feature will be coded? |
|
Capturing from @1ec5 on the iOS side:
This will normally translate to a similar timeline for Android so |
This is a sample evolution in PolylineActivity to show a solution to do an PolylineClickListener system.