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

Can you support drawing points? #30

Closed
shunplus opened this issue Sep 6, 2021 · 2 comments
Closed

Can you support drawing points? #30

shunplus opened this issue Sep 6, 2021 · 2 comments

Comments

@shunplus
Copy link

shunplus commented Sep 6, 2021

Can you support drawing points? I want to draw very many points.

@p-lr
Copy link
Owner

p-lr commented Sep 6, 2021

MapView supports paths. You can implement a custom view which records touch-move gestures and updates the associated path on the MapView.

@shunplus
Copy link
Author

shunplus commented Sep 7, 2021

MapView supports paths. You can implement a custom view which records touch-move gestures and updates the associated path on the MapView.

Thanks,I will try

@shunplus shunplus closed this as completed Sep 7, 2021
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

2 participants