We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2637933 commit c7d9597Copy full SHA for c7d9597
README.md
@@ -73,8 +73,8 @@ importLibrary("maps").then(({ Map }) => {
73
});
74
```
75
76
-If you use web components from the Google Maps JavaScript API (e.g. `gmp-map`,
77
-and `gmp-advanced-marker`), you need to import them as well:
+If you use custom HTML element from the Google Maps JavaScript API (e.g. `<gmp-map>`,
+and `<gmp-advanced-marker>`), you need to import them as well:
78
79
```javascript
80
import { setOptions, importLibrary } from "@googlemaps/js-api-loader";
0 commit comments