Skip to content

Commit 2284f3a

Browse files
authored
Add optional mapId prop for custom cloud map styles (#50)
1 parent 1466d15 commit 2284f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ interface IProps extends L.gridLayer.GoogleMutantOptions {
1616
googleMapsLoaderConf?: LoaderOptions;
1717
googleMapsAddLayers?: IGoogleMapsAddLayer[];
1818
apiKey?: string;
19+
mapId?: string;
1920
}
2021

2122
let googleMapsScriptLoaded = false;

0 commit comments

Comments
 (0)