Skip to content

Commit bc60b9e

Browse files
committed
Update MapOptions link in README
1 parent e98485a commit bc60b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ make it easy to compose markers into your map instances.
3636

3737
* `apiKey:String` **Required** - Google Maps Javascript API key. [Guide to get an API key](https://developers.google.com/maps/documentation/javascript/get-api-key)
3838
* `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)
4040
* `onReady:Function` - Called when the Google Maps script has initialized `(map) => {}`
4141
* `onBoundsChange:Function` - Called when the `bounds_changed` event is fired from the map. `(map) => {}`
4242
* `onCenterChange:Function` - Called when the `change_changed` event is fired from the map. `(map) => {}`

0 commit comments

Comments
 (0)