-
Notifications
You must be signed in to change notification settings - Fork 817
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
Allow disabling point of interest default info window #1539
Comments
For any one interested, i created a pull request for this. i cant commit it since i dont have permissions. @SebastianM , please update my permissions in order to push the feature. |
@SebastianM can you please give me the permissions to push the branch? am i doing something wrong? |
@yosigolan I am very interested in this feature, and I would love to see your work included. However, I cannot find your pull request. Can you provide a link to your repository or to the pull request? |
allow disabling a "point of interest" default info window. use it by passing a boolean value to the new property isToShowDefaultInfoWindowForIcons when initializing the map. default value is true. closes issue sebholstein#1539.
allow disabling a "point of interest" default info window. use it by passing a boolean value to the new property isToShowDefaultInfoWindowForIcons when initializing the map. default value is true. closes issue sebholstein#1539.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
* feat: allow disabling a "point of interest" default info window * feat: Add placeId to map click events when clicking on a point of interest on a map the emiting event will include the `placeId` of the location clicked. allow disabling a "point of interest" default info window. Use it by passing a boolean value to the new property isToShowDefaultInfoWindowForIcons when initializing the map. Default value is `true`. closes issue #691. closes issue #1539.
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.
The text was updated successfully, but these errors were encountered: