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

Delete point created with movePoint() method #61

Open
rfarkv opened this issue Dec 13, 2024 · 2 comments
Open

Delete point created with movePoint() method #61

rfarkv opened this issue Dec 13, 2024 · 2 comments

Comments

@rfarkv
Copy link

rfarkv commented Dec 13, 2024

Hello!
I am moving this point with the movePoint() method, but I don't know how to delete it.
realTimeMap.Geometric.Points.delete() didn't work.
How can I do this.?
Thanks!

@ichim
Copy link
Owner

ichim commented Dec 15, 2024

Hello sir,

For movePoint method do not exist delete or remove method, yet! Sorry.

I will add for next release!

You can use:

realTimeMap.Geometric.Points.add(point);

and

realTimeMap.Geometric.Points.delete();

@rfarkv
Copy link
Author

rfarkv commented Dec 20, 2024

That worked, 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

2 participants