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

Draggable markers #70

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

Draggable markers #70

barbatus opened this issue Jan 11, 2016 · 1 comment

Comments

@barbatus
Copy link

First of all, thanks for the awesome package.

Do you have plans to implement draggable markers soon?
I can help and contribute but not sure how much time it's gonna take.

@sebholstein
Copy link
Owner

@barbatus thanks for trying it out.

Draggable markers should be fairly easy to implement. Would be awesome if you can help out 👍

I think the API should look like this:

<sebm-google-map-marker 
  [latitude]="lat" [longitude]="lng" [isDraggable]="draggable">
</sebm-google-map-marker>

In addition to this, it should be possible to get the new position (lat/lng) of the marker after the dragging. I will create a seperate issue and plan this for the v0.6.0 milestone too.

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