How to auto open infowindow on marker on NgMap load ?
Here is my code:
<map center="{{lat}},{{lng}}" zoom="10" >
<marker id="mymarker" position="{{lat}},{{lng}}"></marker>
<info-window id="bar"> <b>Hello World!</b></info-window>
</map>
Any onload events to use?
This is an idea for you to tailor it to your problem // review the example
NgMap.getMap({id:"map"}) -> Returns a promise, and the function then executes the code after that map is loaded