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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ make it easy to compose markers into your map instances.
36
36
37
37
*`apiKey:String`**Required** - Google Maps Javascript API key. [Guide to get an API key](https://developers.google.com/maps/documentation/javascript/get-api-key)
38
38
*`async:Bool` - True loads Google Maps script asynchronously. Defaults to true.
39
-
*`options:Object` - Options for customizing/styling the map. [MapOptions Interface](https://google-developers.appspot.com/maps/documentation/javascript/reference/3.exp/map#MapOptions)
39
+
*`options:Object` - Options for customizing/styling the map. [MapOptions Interface](https://developers.google.com/maps/documentation/javascript/reference/map#MapOptions)
40
40
*`onReady:Function` - Called when the Google Maps script has initialized `(map) => {}`
41
41
*`onBoundsChange:Function` - Called when the `bounds_changed` event is fired from the map. `(map) => {}`
42
42
*`onCenterChange:Function` - Called when the `change_changed` event is fired from the map. `(map) => {}`
0 commit comments