2gis / mobile-sdk-android-demo

BSD 2-Clause "Simplified" License
16 stars 15 forks source link

Marker dragging does not work #97

Closed Divasik closed 2 years ago

Divasik commented 3 years ago

I add marker like:

val marker = Marker(
            MarkerOptions(
                ...
                draggable = true
            )
        ).apply {
            isDraggable = true
        }
mapObjectManager.addObject(marker)

But it is not dragging. Also TouchEventsObserver added on map envokes onTap() but never onDrag* callbacks.

lagner commented 2 years ago

Hi @Divasik

You are right. It was a bug we confirm it. The issue has been fixed in version 1.6.3 released a month ago. We should close the topic earlier but lost out attention. Sorry about that.