Tags: arnaudleclerc/AzureMapsControl.Components
Tags
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 };
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 };
PreviousNext