How to use tilesLoaded
in agm angular google map. I want to do some action after map has fully loaded. Is there any example to use tilesLoaded
in angular (v8)?
https://github.com/SebastianM/angular-google-maps/commit/d4f1371
How to use tilesLoaded
in agm angular google map. I want to do some action after map has fully loaded. Is there any example to use tilesLoaded
in angular (v8)?
https://github.com/SebastianM/angular-google-maps/commit/d4f1371
Add the
tilesLoaded
event to youragm-map
as follows:Then add your own behavior within that function, e.g.:
Hope this helps you!