We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8763c63 commit cd52299Copy full SHA for cd52299
1 file changed
README.md
@@ -33,12 +33,13 @@ https://codesandbox.io/s/basicusage-qluec
33
34
## Options
35
useGoogMapsLoader?: boolean, default: `true` <br/>
36
+googleMapsAddLayers?: { name: 'BicyclingLayer' | 'TrafficLayer' | 'TransitLayer', options?: any }[] <br/>
37
zIndex?: number <br/>
38
39
#### From google-maps (https://github.com/Carrooi/Js-GoogleMapsLoader) - googleMapsLoaderConf prop:
40
* KEY?: string
41
* URL?: string
-* LIBRARIES?: Array<string>
42
+* LIBRARIES?: string[]
43
* CLIENT?: string
44
* CHANNEL?: string
45
* LANGUAGE?: string
0 commit comments