Releases: rungwiroon/BlazorGoogleMaps
4.7.9
Reverted map dispose javascipt changes
https://www.nuget.org/packages/BlazorGoogleMaps/4.7.9
4.7.8
4.7.7
Update MapOptions to support new/more options #354
@Nickztar
https://www.nuget.org/packages/BlazorGoogleMaps/4.7.7
4.7.6
PlaceService GetDetails crash that JSON value could not be converted to GoogleMapsComponents.Maps.Places.PlaceResult[] #351
https://www.nuget.org/packages/BlazorGoogleMaps/4.7.6
4.7.5
Adding ability to make AdvancedMarkerElement Glyphs HTML content. #350
https://www.nuget.org/packages/BlazorGoogleMaps/4.7.5
Big thanx to @Eddie-Hartman
4.7.4
Add ability to set AdvancedMarkerElement draggable, clickable and content(pin element) property via methods #349
Removed obsolete advancedMarkerView and AdvancedMarkerViewOptions
Added interface IListableEntityOptionsBase which is used as T for ListableEntityListBase, ListableEntityBase instead class ListableEntityOptionsBase
https://www.nuget.org/packages/BlazorGoogleMaps/4.7.4
4.7.3
Feature. Add AdvancedMarkerElement Clustering #348
Removed obsolete markerclustering methods. Old code here.
[Obsolete("Deprecated: Center map based on unclustered Markers before clustering. Latest js-markerclusterer lib doesn't support this. Workaround is slow. ")]
public virtual async Task FitMapToMarkers(int padding)
{
var newBounds = new LatLngBoundsLiteral(await _originalMarkers.First().GetPosition());
foreach (var marker in _originalMarkers)
{
newBounds.Extend(await marker.GetPosition());
}
await _map.FitBounds(newBounds, padding);
}
4.7.2
AdvancedMarkerElement needs GetPosition or equivalent. #346
https://www.nuget.org/packages/BlazorGoogleMaps/4.7.2
4.7.1
Bugfix google.maps.places check in js after ChatGpt cleanup #341
https://www.nuget.org/packages/BlazorGoogleMaps/4.7.1
4.7.0
Js code cleaned up by ChatGpt #341
Hope it is our friend not enemy :)
https://www.nuget.org/packages/BlazorGoogleMaps/4.7.0