test - changed by JP

lock
push_pin
done
Beantwortet
1

test

17. Juli 2014 | 12:00 AM

Alle Antworten (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. Dez. 2020 | 12:00 AM

Antwort hinzufügen