Status Update
Comments
iv...@google.com <iv...@google.com> #2
Hi and thank you for the post.
Can you please put together a simplified reproduction case (
- List steps to reproduce the problem
ta...@gmail.com <ta...@gmail.com> #3
Hi,
you can check with thishttps://github.com/googlemaps-samples/android-samples/tree/main/tutorials/java/MapWithMarker
even if it has only one marker but it's clicking area is not proper and very large which causes issue when map contains multiple markers.
you can check with this
even if it has only one marker but it's clicking area is not proper and very large which causes issue when map contains multiple markers.
ta...@gmail.com <ta...@gmail.com> #4
any update on this?
iv...@google.com <iv...@google.com> #5
Thanks for following up on this.
Upon further checking, it appears that this is a duplicate of
ta...@gmail.com <ta...@gmail.com> #6
Yes, it's duplicate of https://issuetracker.google.com/35823783 which was created in 2013. It seems google is not interested in resolving this issue with android maps. It's been 10 years but issue is still there. In iOS SDK it works fine then why it's not working in Android SDK.
It's request please resolve this issue ASAP.
It's request please resolve this issue ASAP.
gi...@gmail.com <gi...@gmail.com> #7
Yes, it is duplicate and what is being done about the original? How can you care less about your own Android platform than for iOS? It works just fine on iOS but not on Android!
ta...@gmail.com <ta...@gmail.com> #8
any update on this?
Description
Steps to reproduce:
In random pattern the click event returns wrong marker rather then the one we click on, it sometimes happens when the markers are overlapping on each other and sometimes it even happens with the markers which is not overlapping and is away from other markers. Markers click area is very large. even if we click beside the marker, click event of the marker triggers.
Marker marker = map.addMarker(new MarkerOptions() .position(latLng).icon(BitmapDescriptorFactory.fromBitmap(bitmap)));
I am using latest map dependency.
implementation 'com.google.android.gms:play-services-maps:18.2.0'
Also add the following details: