Replies: 4 comments
-
Hi @hmtriit , Screen.Recording.2022-09-22.at.11.50.31.movAn example of such functionality can be found in the Android test app in the "DraggableMarker" example. Here is the code behind it. Let me know if that answers your question. |
Beta Was this translation helpful? Give feedback.
-
Thanks @birkskyum help For example with Marker Class: I have modify class Marker, MarkerOptions ( add field zIndex), but it can't effect. Please help suggest for me about this. Thanks |
Beta Was this translation helpful? Give feedback.
-
i have the same problem as yours, have you solved it yet? noticed that the marker of google map sdk has an attribute called zindex, but maplibre Android sdk does not have this feature. @hmtriit |
Beta Was this translation helpful? Give feedback.
-
I Have a suggestion for you: public void onMapReady(@nonnull MapboxMap mapboxMap) {
|
Beta Was this translation helpful? Give feedback.
-
There may be some markers on the same position, We want to change the zIndex of markers.
We want to change the position of the marker, like Draggable the marker.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions