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

Implement MapObjectCollection #155

Merged
merged 5 commits into from
Oct 27, 2021
Merged

Implement MapObjectCollection #155

merged 5 commits into from
Oct 27, 2021

Conversation

DCrow
Copy link
Collaborator

@DCrow DCrow commented Oct 20, 2021

The main purpose of this PR is to create a single interface for working with all map objects.

After this PR

  • It will be possible to update Placemark, Circle, Polygon, Polyline more fluidly, without first adding and then removing the said MapObject.
  • All MapObjects can be worked inside a collection.
  • Camera tracking will no longer put a custom Placemark.
  • All map objects will require unique ids to identify them

@DCrow DCrow merged commit 364eee6 into master Oct 27, 2021
@DCrow DCrow deleted the map_object_collection branch October 28, 2021 08:52
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

Successfully merging this pull request may close these issues.

None yet

1 participant