Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

closeClick on sebm-google-map-info-window #723

Closed
candidature opened this issue Oct 26, 2016 · 3 comments
Closed

closeClick on sebm-google-map-info-window #723

candidature opened this issue Oct 26, 2016 · 3 comments
Labels

Comments

@candidature
Copy link

candidature commented Oct 26, 2016

Looking for close event of info window.

 <sebm-google-map-info-window [latitude]="lat" [longitude]="lng" (**closeClick**)="windowClosed()"
    [disableAutoPan]="true" [maxWidth]="120"> 
    <h1>My Content</h1>
  </sebm-google-map-info-window>

-Pankaj

@gausie
Copy link

gausie commented Dec 5, 2016

Related to #728?

@dgpoo
Copy link

dgpoo commented Nov 27, 2017

worked below solution:
index.html file
<sebm-google-map-info-window #infoWindow (infoWindowClose)="onInfoWindowClose($event)">
main.ts file
onInfoWindowClose(event:any)
{
console.log("closed");
}

@stale
Copy link

stale bot commented Nov 13, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 13, 2018
@stale stale bot closed this as completed Nov 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants