You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sebm-google-map[latitude]="lat" [longitude]="lng"><sebm-google-map-marker[latitude]="lat" [longitude]="lng"><sebm-google-map-info-window><!-- no need to set lat/lng here - gets lat/lng from the marker -->
My Content<br/>
can be HTML
</sebm-google-map-info-window></sebm-google-map-marker></sebm-google-map>
Component methods:
<sebm-google-map[latitude]="lat" [longitude]="lng"><sebm-google-map-info-window[latitude]="lat" [longitude]="lng" #window>
My Content
</sebm-google-map-info-window><button(click)="window.open()">Open InfoWindow</button><button(click)="window.close()">Close InfoWindow</button><button(click)="window.toggle()">Toggle InfoWindow</button></sebm-google-map>
The text was updated successfully, but these errors were encountered:
angular2-google-maps should support Info Windows:
https://developers.google.com/maps/documentation/javascript/infowindows
https://developers.google.com/maps/documentation/javascript/3.exp/reference#InfoWindow
As a standalone component:
And inside a marker:
Component methods:
The text was updated successfully, but these errors were encountered: