GoogleMaps JS

Hello Guys,

I am trying to impelment in Ionic/Angular the following tutorial…
Using some other features like. Autocomplete, Geogoding which works me fine.

But somehow showing the map on the page is not working:

Event the callback method not called on the Ionic…
has anybody experienced the same?

I guess the issue is that the tag should be located after

but can I place or has it effect when I put tag inside block… (?)

Thanks,Csaba

is this angular? react? vue?

Thank you, I solved it.

It is not mandatory to call initMap() method from tag I just implemented a function in Angular ionViewWillEnter() part, which initialize automatically the maps.

So it works now.