Update README.md

This commit is contained in:
Ivan Starkov 2015-10-24 14:17:01 +03:00
parent e37242b5a7
commit ea7d32badf

View File

@ -102,10 +102,24 @@ export default class SimpleMapPage extends Component {
### parameters
####apiKey (string)
####apiKey (string) (_Deprecated use bootstrapURLKeys_)
Google maps api key. (Optional, but your map will be rate-limited with no key)
####bootstrapURLKeys (object)
Example:
```javascript
<GoogleMap
bootstrapURLKeys={{
key: API_KEY,
language: 'ru',
...otherUrlParams,
}}
>
```
####defaultCenter (array or object)
`[lat, lng]` or `{ lat: lat, lng: lng}`