From ea7d32badfa7a416313fb3ab6258cfb3c70aa37b Mon Sep 17 00:00:00 2001 From: Ivan Starkov Date: Sat, 24 Oct 2015 14:17:01 +0300 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f961aad..62915fe 100644 --- a/README.md +++ b/README.md @@ -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 + +``` + ####defaultCenter (array or object) `[lat, lng]` or `{ lat: lat, lng: lng}`