We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838725c commit a12f542Copy full SHA for a12f542
src/google-map.ts
@@ -40,8 +40,7 @@ export default class GoogleMap {
40
'src',
41
`https://maps.googleapis.com/maps/api/js?key=${
42
options.googleMapsAPIKey
43
- }&language=${options.language || defaultLanguage}®ion=${options.region || defaultRegion}
44
- }${
+ }&language=${options.language || defaultLanguage}®ion=${options.region || defaultRegion}${
45
options.libraries ? `&libraries=${options.libraries.join(',')}` : ''
46
}${
47
options.mapIds ? `&map_ids=${options.mapIds.join(',')}` : ''
0 commit comments