Skip to content

Commit

Permalink
improve documentation for infowindow onOpen
Browse files Browse the repository at this point in the history
  • Loading branch information
steveszc committed Apr 14, 2017
1 parent 8b35f72 commit 16904ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ myIcon: {
## Map with Info Windows

These Info Windows will be open right after component is rendered
and will be closed forever after user closes them. You can specify optional `onOpen` action to trigger anything you need to when the Info Window has been opened by the user. You can specify optional `onClose` action to tear down anything you need when Info Window
and will be closed forever after user closes them. You can specify optional `onOpen` action to trigger anything you need to when the Info Window opens. The infowindow is passed as the only argument to the `onOpen` action. You can specify optional `onClose` action to tear down anything you need when Info Window
has been closed by user.

Available options (see details [in docs](https://developers.google.com/maps/documentation/javascript/3.exp/reference#InfoWindowOptions)):
Expand Down

0 comments on commit 16904ce

Please sign in to comment.