Status Update
Comments
ri...@gmail.com <ri...@gmail.com> #2
ma...@google.com <ma...@google.com> #3
Thank you for posting.
We'll need some more details to troubleshoot this issue - please provide the following, in particular steps to reproduce the issue:
-
Put together a simplified reproduction case (
http://sscce.org/ ) and add it to a git hosting provider (e.g. github, bitbucket, etc)? The easiest way to do this might be to fork the Google Maps Android API Samples Repository and modify one of the existing demo activities:https://github.com/googlemaps/android-samples -
List steps to reproduce the problem
-
Add the following details:
- Device (and version of Android) you have verified this issue on:
- Google Play Services client library version:
- Google Play Services version on the device:
- Android SDK Version:
- Was this working correctly on a previous version of Google Play Services? (If yes, which client library and SDK version?)
- Attach the following:
- screenshots
- sample code
- an APK if possible.
- If the problem exhibits itself in a released version of your app on the Play Store, optionally link us to the app, and explain how to reproduce the issue in your app.
ri...@gmail.com <ri...@gmail.com> #4
1.
I forked the repository, and modified.
->
I modified "tutorials/kotlin/MapWithMarker".
2.
<Premise>
I modified the forked code for changing pin's color when I tap the pin.
<Step>
(1) Run emulator by Android Studio.
(2) Display Sydney on Google Map, and stick red pin there.
(3) Click a position slightly away from the pin.
(4) Pin's color change green!
3.
Device (and version of Android) you have verified this issue on:
Pixel 5 API 32 (I confirmed by emulator)
Android SDK Version:
29
(I confirmed "android -> compileSdkVersion" of build.gradle. Is this OK?)
I can't answer other requests because I don't release Google Play Store.
4.
screenshots:
I attached movie (UnexpectedTapArea.mov)
sample code:
Please look forked code.
an APK if possible.:
I attached APK (app-debug.apk)
5.
I don't release Play Store.
si...@gmail.com <si...@gmail.com> #5
ma...@google.com <ma...@google.com> #6
Thanks for the additional information. We are currently looking into it and we'll get back to you as soon as we have more information to share or if we need more details from you.
ma...@google.com <ma...@google.com> #7
Thanks for waiting.
Upon further checking, it appears that this is a duplicate of
ri...@gmail.com <ri...@gmail.com> #8
I watch it.
Description
As a result of checking the current onTap area, it is estimated to be a circle centered on latitude and longitude.
I expect it to react only when I tap the icon image.