We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that the Advanced Marker position is not correct when I try to zoom in/out. The more I zoom out the more it goes far from the position
Even though, the Marker was still working as expected when zooming in/out.
<AdvancedMarker position={new google.maps.LatLng(10.xxxxx, 106.xxxxx)} clickable={true} > <div onClick={handleClick}> <Pin /> </div> </AdvancedMarker>
No response
The text was updated successfully, but these errors were encountered:
Can you do me a favor and check what you can see if you add a background-color to the div in your marker?
Also, I'm not really sure what will happen with both the div AND Pin element, that's rather unusual, you should use either a Pin or some custom HTML.
Sorry, something went wrong.
No branches or pull requests
Description
I noticed that the Advanced Marker position is not correct when I try to zoom in/out. The more I zoom out the more it goes far from the position
Even though, the Marker was still working as expected when zooming in/out.
Steps to Reproduce
Environment
Logs
No response
The text was updated successfully, but these errors were encountered: