Assigned
Status Update
Comments
co...@northpointkc.com <co...@northpointkc.com> #2
We are building a polygon array with a click event: https://developers.google.com/maps/documentation/javascript/examples/polygon-arrays
However, looking for keyboard accessibility, we are not able to trigger the information dialog using a keyboard similar to how to map markers can be triggered using arrow keys:https://developers.google.com/maps/documentation/javascript/examples/marker-accessibility
Is there something we can do about it?
Thank you!
Map version: 3.49.12
However, looking for keyboard accessibility, we are not able to trigger the information dialog using a keyboard similar to how to map markers can be triggered using arrow keys:
Is there something we can do about it?
Thank you!
Map version: 3.49.12
ka...@google.com <ka...@google.com>
ka...@google.com <ka...@google.com> #3
Thanks for your suggestion!
We'll be reviewing this for further consideration. Please star this issue to get updates and leave comments for additional information. Please note that starring the issue also provides our product team with valuable feedback on the importance of the issue to our customers.
co...@northpointkc.com <co...@northpointkc.com> #4
✨
Description
===========================================================================================
#REMINDER: Please do not disclose any possible PII such as: email address, IP, contact number, any part of name, project numbers and billing accounts as these information may violate security and privacy. Comments or attachments that include PII will be removed and restricted from public viewing.
Furthermore, please refrain from replying to a comment as this will make your email address visible. Instead, you may use the Issue Tracker’s comment feature for your replies.
It is OK to share your API Project ID, but _not_ API keys or client ID credentials.
To learn more about personal data, visit
===========================================================================================
# Describe your issue
Our raster map stopped loading tile imagery. Tiles were replaced with squares that say "Sorry, we have no imagery here." We looked into the network requests and saw that google had changed the format for requesting tiles. We removed the associated map style from our map id and the imagery came back, using the old format for requesting tiles. Is this a problem with new versions of the package or map styles in general for raster maps?
# Please report the version of Google Maps API
# Open the developer console and type: 'google.maps.version' and then press enter.
# Example:
# > google.maps.version
# <- "3.34.7"
Google Maps API Version 3.58.5a
# What steps will reproduce the problem? Please also provide a code sample which demonstrates your issue (e.g. via
Not sure how to consistently reproduce