adding note about resetBoundsOnResize to readme (#307)

closes #306
This commit is contained in:
Chris Drackett 2017-01-20 09:19:36 -08:00 committed by Ivan Starkov
parent 67a572a2a6
commit 4474ba2b84

View File

@ -188,6 +188,12 @@ You can add some "layers" for map like a
layerTypes={['TrafficLayer', 'TransitLayer']}
```
#### resetBoundsOnResize (bool)
When true this will reset the map bounds if the parent resizes.
Default: false
### callbacks
#### options (func|object)