Skip to content

Releases: rungwiroon/BlazorGoogleMaps

4.7.9

28 Aug 18:58
Compare
Choose a tag to compare

Reverted map dispose javascipt changes
https://www.nuget.org/packages/BlazorGoogleMaps/4.7.9

4.7.8

28 Aug 14:26
77d976a
Compare
Choose a tag to compare

Improve disposing of mapObjects by making sure that guidString is registered for objects #357
Support all bootstrap parameters available for initMap #358
Option to set language #356

https://www.nuget.org/packages/BlazorGoogleMaps/4.7.8
A lot of invisible karma to @Nickztar

4.7.7

25 Aug 06:34
Compare
Choose a tag to compare

Update MapOptions to support new/more options #354
@Nickztar
https://www.nuget.org/packages/BlazorGoogleMaps/4.7.7

4.7.6

12 Aug 18:09
Compare
Choose a tag to compare

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

11 Aug 16:05
Compare
Choose a tag to compare

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

10 Aug 18:19
Compare
Choose a tag to compare

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

29 Jul 19:49
Compare
Choose a tag to compare

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);
 }

https://www.nuget.org/packages/BlazorGoogleMaps/4.7.3

4.7.2

25 Jul 18:38
Compare
Choose a tag to compare

AdvancedMarkerElement needs GetPosition or equivalent. #346
https://www.nuget.org/packages/BlazorGoogleMaps/4.7.2

4.7.1

08 Jul 19:51
Compare
Choose a tag to compare

Bugfix google.maps.places check in js after ChatGpt cleanup #341
https://www.nuget.org/packages/BlazorGoogleMaps/4.7.1

4.7.0

04 Jul 19:34
Compare
Choose a tag to compare

Js code cleaned up by ChatGpt #341
Hope it is our friend not enemy :)
https://www.nuget.org/packages/BlazorGoogleMaps/4.7.0