test - changed by JP
Click here to subscribe
test
All Replies (1)
Yes, I got to reply to this Forum post by clicking Reply button and Log in because I was not logged in. It seems to work great :-)
let map: google.maps.Map;
function initMap(): void {
map = new google.maps.Map(document.getElementById("map") as HTMLElement, {
center: { lat: -34.397, lng: 150.644 },
zoom: 8,
});
}
15 Dec 2020 | 12:00 AM
Add reply
info
Please log in to post a reply.