Releases: rungwiroon/BlazorGoogleMaps
4.15.1
4.15.0
More info in #454
Main motivation is new PlaceService
Also many fixes/improvements
- GoogleMapsComponents/Maps/MapApiLoadOptions.cs
Added single-value MapId property synced with MapIds. - GoogleMapsComponents/MapComponent.cs
Moved ImageMapType creation to JS factory to avoid SES/eval issues. - GoogleMapsComponents/wwwroot/js/objectManager.js
- Added safe createImageMapType
- Guarded remove on disposed objects
- Added glyphText/glyphSrc support for PinElement
- Place/Autocomplete: normalize gmp-select payload and Place/Prediction fields
- Normalize Place.searchByText results for C# side
- GoogleMapsComponents/Maps/PinElement.cs
Added GlyphText / GlyphSrc. - GoogleMapsComponents/Maps/PinElementOptions.cs
Added GlyphText / GlyphSrc. - GoogleMapsComponents/Maps/AdvancedMarkerView.cs
Fixed AdvancedMarkerView SetMap implementation.
Big thank for @Chosens for his wonderful contribution
4.14.1
Add z-index for advanced marker #451
4.14.0
Improve support for Features and data.setStyle(func) support #447
Added support for .net 10
@almightyju get a lot of invisible karma
4.13.8
Drawing Library: drawn polygon disappears on complete #446
https://www.nuget.org/packages/BlazorGoogleMaps/4.13.8
4.13.7
Fix issue where polygon draggable wouldn't actually be draggable #445
Thank you @Nickztar
https://www.nuget.org/packages/BlazorGoogleMaps/4.13.7
4.13.6
4.13.5
4.13.4
Missing travelMode map in DirectionsRequest #439
Added casting operators for LatLngLiteral and LatLngAltitudeLiteral
4.13.3
Bug: Missing Properties in DirectionsStep (e.g. HtmlInstructions,end_location,start_location,travel_mode) #438