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

Support dragend event for SebmGoogleMapMarker #71

Closed
sebholstein opened this issue Jan 11, 2016 · 1 comment
Closed

Support dragend event for SebmGoogleMapMarker #71

sebholstein opened this issue Jan 11, 2016 · 1 comment

Comments

@sebholstein
Copy link
Owner

In addition to #70, it should be possible to get notified when the postion (lat/lng) of the marker has changed.

The API should look like this:

<sebm-google-map-marker 
  [latitude]="lat" [longitude]="lng" [markerDraggable]="draggable"
  (dragEnd)="dragEnded($event)"> <!-- $event = {coords: LatLngLiteral} -->
</sebm-google-map-marker>
@sebholstein sebholstein self-assigned this Jan 11, 2016
@sebholstein sebholstein added this to the v0.6.0 milestone Jan 11, 2016
@sebholstein sebholstein changed the title Support position_changed event for SebmGoogleMapMarker Support dragend event for SebmGoogleMapMarker Feb 21, 2016
sebholstein added a commit that referenced this issue Feb 21, 2016
@gpothier
Copy link

gpothier commented Oct 1, 2017

Hi, please note that for some reason neither the dragEnd output nor any other output appear in the index of the documentation for the AgmMarker directive (see screenshot). They do appear in the body if one scroll down, though. The same is also true for other directives.
screenshot from 2017-10-01 15-23-49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants