fix google maps deprecation warning

This commit is contained in:
Maisam Afshar 2024-02-22 12:13:08 +04:30
parent 7a208b8e91
commit 9559f378fe

View File

@ -259,7 +259,7 @@ export default {
mapOptions
);
let marker = new window.google.maps.Marker({
let marker = new window.google.maps.marker.AdvancedMarkerElement({
position: myLatlng,
title: "Hello World!",
});