fix google maps deprecation warning
This commit is contained in:
parent
7a208b8e91
commit
9559f378fe
@ -259,7 +259,7 @@ export default {
|
|||||||
mapOptions
|
mapOptions
|
||||||
);
|
);
|
||||||
|
|
||||||
let marker = new window.google.maps.Marker({
|
let marker = new window.google.maps.marker.AdvancedMarkerElement({
|
||||||
position: myLatlng,
|
position: myLatlng,
|
||||||
title: "Hello World!",
|
title: "Hello World!",
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user