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 2f2e422 commit de1ed96Copy full SHA for de1ed96
samples/advanced-markers-html-simple/index.ts
@@ -23,8 +23,8 @@ async function initMap() {
23
24
const marker = new AdvancedMarkerElement({
25
position: { lat: 37.42, lng: -122.1 },
26
- content: priceTag,
27
});
+ marker.append(priceTag);
28
mapElement.append(marker);
29
}
30
// [END maps_advanced_markers_html_simple_snippet]
0 commit comments