Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Use Markdown for this comment
Set severity, which reflects how much the issue affects the use of the product
Assign issue to yourself
Pending code changes (auto-populated)
[ID: 82786]
[ID: 82657]
Use this custom field to mark fixed issues that were updated in StackOverflow questions/answers [ID: 167915]
[ID: 82725]
Needs more info comment that > 10 days [ID: 963198]
Comment such as: SPAM, non-actionable [ID: 963127]
Resolved actionable follow-up comments [ID: 963027]
Set the version(s) of the product affected by this issue (comma-separated list)
Set the version(s) of the product in which the issue should be fixed (comma-separated list)
Set the version(s) of the product in which the issue fix was verified (comma-separated list)
Set if this issue occurs in production
Set Reporter
Set Type
Set priority, which reflects how soon the issue should be fixed
Set Status
Set Assignee
Set Verifier
Remove item
View or edit staffing
View issue level access limits(Press Alt + Right arrow for more information)
Description
Describe your issue
I’m using google-maps in my web app, and I’ve applied CSS zoom on the element to adjust the UI for smaller screens. While the UI scaling looks good, it’s messing up my Google Maps interactions. Specifically, the map’s click events (onClick) return incorrect latLng values — the location I click on the map doesn’t match the coordinates I receive.
Version of Google Maps API
google.maps.version: any (latest)
Steps to reproduce the problem
check this live examplehttps://jsbin.com/hayeqev/edit?html,output