From 6afb72c5d9b6bbe0ff367317252965a76f92f876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Borja=20Fern=C3=A1ndez=20Pillado?= Date: Fri, 13 Sep 2019 20:05:07 +0200 Subject: [PATCH] Use right event names The google api events with underscored are not camelized properly. So until this is fixed these are the right names for the events. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8d25d8f..1d909e9b 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ render() { } ``` -The `` component also listens to `onRecenter`, `onBoundsChanged`, `onCenterChanged`, `onDblclick`, `onDragstart`, `onHeadingChange`, `onIdle`, `onMaptypeidChanged`, `onMousemove`, `onMouseout`, `onMouseover`, `onProjectionChanged`, `onResize`, `onRightclick`, `onTilesloaded`, `onTiltChanged`, and `onZoomChanged` events. See Google Maps [Events](https://developers.google.com/maps/documentation/javascript/events) for more information. +The `` component also listens to `onRecenter`, `onBounds_changed`, `onCenter_changed`, `onDblclick`, `onDragstart`, `onHeading_change`, `onIdle`, `onMaptypeid_changed`, `onMousemove`, `onMouseout`, `onMouseover`, `onProjection_changed`, `onResize`, `onRightclick`, `onTilesloaded`, `onTilt_changed`, and `onZoom_changed` events. See Google Maps [Events](https://developers.google.com/maps/documentation/javascript/events) for more information. ### Visibility