test - changed by JP

lock
push_pin
done
Beantwoord
1

test

17 jul 2014 | 12:00 a.m.

Alles Antwoorden (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 a.m.

Reply toevoegen