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

feat(SebmGoogleMap): support idle event #417

Closed
wants to merge 1 commit into from
Closed

feat(SebmGoogleMap): support idle event #417

wants to merge 1 commit into from

Conversation

sebholstein
Copy link
Owner

This event is fired when the map becomes idle after panning or
zooming.

Example:

<sebm-google-map [latitude]="lat" [longitude]="lng" (idle)="myMethod">
</sebm-google-map>

This event is fired when the map becomes idle after panning or
zooming.

Example:

```
<sebm-google-map [latitude]="lat" [longitude]="lng" (idle)="myMethod">
</sebm-google-map>
```
@sebholstein sebholstein added this to the 0.11.0 milestone Jun 11, 2016
@ghost ghost deleted the idle branch September 17, 2019 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant