Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GMSMapViewDelegate didTapMyLocationButton no zoom #466

Open
alessiot881 opened this issue Apr 16, 2024 · 1 comment
Open

GMSMapViewDelegate didTapMyLocationButton no zoom #466

alessiot881 opened this issue Apr 16, 2024 · 1 comment
Labels
triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@alessiot881
Copy link

When the map zoom is >= 10, the didTapMyLocationButton is called normally but the default implementation (setting a return false), does not zoom. The map view position is moved correctly but there is no zoom effect. While if i do starting from a distance map position like 15 zoom, it's zoom correctly.
I also test in sample application (https://github.com/googlemaps-samples/maps-sdk-for-ios-samples) and the issue seems to be present also here. If i do a custom implementation moving manually the map and setting the return to true, all is working fine.

@alessiot881 alessiot881 added triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Apr 16, 2024
@wangela
Copy link
Member

wangela commented Apr 16, 2024

If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.

@alessiot881 Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants