Skip to content

Tags: arnaudleclerc/AzureMapsControl.Components

Tags

1.18.0-alpha0001

Toggle 1.18.0-alpha0001's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add ability to add and remove shapes from drawing manager data source (

…#110)

* Add Drawing Manager component that can be used to add or remove shapes from drawing manager datasource

* Add sample page for adding and removing shapes.

* Add tests for  DrawingManager.

1.17.0

Toggle 1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Resolves #104 and #105 (#112)

* Resolves #105
Removing multiple markers only removes 1.

* fixes #104
updating marker options can't be used to make marker invisible (or un-draggable)

* Improve performance after many html marker add/remove operations.

* Fix linter warnings
using UpdateHtmlMarkersAsync() updates the options in stored in c# also. this didn't work:
var options = new AzureMapsControl.Components.Markers.HtmlMarkerOptions { Visible = !Marker.Options.Visible };

1.17.0-alpha0003

Toggle 1.17.0-alpha0003's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Resolves #104 and #105 (#112)

* Resolves #105
Removing multiple markers only removes 1.

* fixes #104
updating marker options can't be used to make marker invisible (or un-draggable)

* Improve performance after many html marker add/remove operations.

* Fix linter warnings
using UpdateHtmlMarkersAsync() updates the options in stored in c# also. this didn't work:
var options = new AzureMapsControl.Components.Markers.HtmlMarkerOptions { Visible = !Marker.Options.Visible };

2.0.0-net9.10+1

Toggle 2.0.0-net9.10+1's commit message
Update csproj

2.0.0-net9.9+1

Toggle 2.0.0-net9.9+1's commit message
Update csproj

2.0.0-net9.8+1

Toggle 2.0.0-net9.8+1's commit message
Update csproj

2.0.0-net9.7+1

Toggle 2.0.0-net9.7+1's commit message
Update csproj

2.0.0-net9.6+1

Toggle 2.0.0-net9.6+1's commit message
Add PackageId

2.0.0-net9.5+2

Toggle 2.0.0-net9.5+2's commit message
Temp removal of .net8

2.0.0-net9.4+1

Toggle 2.0.0-net9.4+1's commit message
Simplify setup .net