You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Feature request:
allow disabling point of interest default info window.
this can be done by passing the original google maps event through the api. the event has a stop method that prevents from the info window to appear (see here: https://stackoverflow.com/questions/7478069/disable-point-of-interest-information-window-using-google-maps-api-v3)
this is also related to the issue #691 since it also requires the original event with the place id.