Skip to content

Commit cd52299

Browse files
committed
Added googleMapsAddLayers to readme
1 parent 8763c63 commit cd52299

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ https://codesandbox.io/s/basicusage-qluec
3333

3434
## Options
3535
useGoogMapsLoader?: boolean, default: `true` <br/>
36+
googleMapsAddLayers?: { name: 'BicyclingLayer' | 'TrafficLayer' | 'TransitLayer', options?: any }[] <br/>
3637
zIndex?: number <br/>
3738

3839
#### From google-maps (https://github.com/Carrooi/Js-GoogleMapsLoader) - googleMapsLoaderConf prop:
3940
* KEY?: string
4041
* URL?: string
41-
* LIBRARIES?: Array<string>
42+
* LIBRARIES?: string[]
4243
* CLIENT?: string
4344
* CHANNEL?: string
4445
* LANGUAGE?: string

0 commit comments

Comments
 (0)