From 16904ceaf18f39d1a103bc825770b8a0f5f71acf Mon Sep 17 00:00:00 2001 From: steveszc Date: Fri, 14 Apr 2017 08:47:36 -0600 Subject: [PATCH] improve documentation for infowindow onOpen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f194a20..f8640c9 100644 --- a/README.md +++ b/README.md @@ -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)):