rungwiroon / BlazorGoogleMaps

Blazor interop for GoogleMap library
MIT License
309 stars 99 forks source link

Add way to set AdvancedMarker properties #338

Open valentasm1 opened 1 month ago

valentasm1 commented 1 month ago

Currently there are no way to setup property. Maybe do check if object has such property and set that. Need to check if it has impact on perfomance One example would be update position for advancedMarker after it is created. Currently there are only properties

orbital-git commented 1 month ago

Waiting for it.

Thanks

valentasm1 commented 3 weeks ago

Finished for position https://www.nuget.org/packages/BlazorGoogleMaps/4.6.1

orbital-git commented 3 weeks ago

Hi,

Very nice! Works great. Thanks

I was wondering if it is possible to add other properties as well. It would be great if we can change the Content property. For instance, I would like to change the Svg to reflect a new status.

valentasm1 commented 3 weeks ago

Added way to set AdvancedMarker content property https://www.nuget.org/packages/BlazorGoogleMaps/4.6.2