data() { return { marker: { position: { lat: 10, lng: 10 } }, center: { lat: 10, lng: 10 }, mapOptions: { disableDefaultUI: true, }, }; }