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 marker with updating current location #81

Closed
morad00 opened this issue Aug 1, 2018 · 5 comments
Closed

Draggable marker with updating current location #81

morad00 opened this issue Aug 1, 2018 · 5 comments

Comments

@morad00
Copy link

morad00 commented Aug 1, 2018

  • Can a marker be draggable?
  • How to update my current location ?
  • Can I add ModalBottomSheet widget or somthing that display the current address to the user ?
@johnpryan
Copy link
Collaborator

see https://github.com/apptreesoftware/flutter_map/issues/21#issuecomment-394422192 for info about draggable markers.

Location management is a different package: https://pub.dartlang.org/packages/location. You can render the location using a Marker.

Since this is a normal flutter widget, you can add any other widgets you like

@klaszlo8207
Copy link

klaszlo8207 commented Mar 6, 2020

Any example on this? How to drag my locations marker?

@klaszlo8207
Copy link

see https://github.com/apptreesoftware/flutter_map/issues/21#issuecomment-394422192 for info about draggable markers.

Location management is a different package: https://pub.dartlang.org/packages/location. You can render the location using a Marker.

Since this is a normal flutter widget, you can add any other widgets you like

that is a 404 error

Any example on this? How to drag my location's marker?

@ibrierley
Copy link
Collaborator

You can access the original comment now at #21 (comment)

@klaszlo8207
Copy link

So it is not implemented yet, thanks

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

No branches or pull requests

4 participants