Releases: rungwiroon/BlazorGoogleMaps
2.5.5
Bug - Marker.ClearListeners() has no effect. #246
https://www.nuget.org/packages/BlazorGoogleMaps/2.5.5
2.5.4
Enum parsing do not return correct result for drawing manager GetDrawingMode #242
https://www.nuget.org/packages/BlazorGoogleMaps/2.5.4
2.5.3
Bug. Removing Event Listeners throws consoler error #241
https://www.nuget.org/packages/BlazorGoogleMaps/2.5.3
2.5.2
Fixed Data.StyleOptions.FillColor naming #240
https://www.nuget.org/packages/BlazorGoogleMaps/2.5.2
Muchas gracias @Enritski
2.5.1
2.4.4
Get list of makers within a cluster a user clicks on #233
optimize JS loops to only read array lengths once #234
https://www.nuget.org/packages/BlazorGoogleMaps/2.4.4
2.4.3
Resolve javascript namespace issue, argument null exception and setDirections unsupported. #226
Again huge kudos to @Curlack for taking time for big refactoring and new features.
https://www.nuget.org/packages/BlazorGoogleMaps/2.4.3
More info (copy paste from PR :) )
The changes to objectManager.js looks vicious, in short, I only move the entire script into blazorGoogleMaps object that is returned by IIFE (immediately invoked function expression). I did this so we can encapsulate private members. Then I moved the directionService handler (previously known as googleMapDirectionServiceFunctions.route) into its own object (for neatness's sake, wasn't really required). Hopefully doesn't cause too much headache with the conflicts. If it wasn't changed between last time and now, maybe just replacing would be easier.
2.4.2
Bug: line in objectManager.js obj instanceof google.maps.places throws undefined exception #221
https://www.nuget.org/packages/BlazorGoogleMaps/2.4.2
2.4.1
Implement AutocompleteService, Geocoder and PlacesService #220
Big thank you @Curlack for making PR.
https://www.nuget.org/packages/BlazorGoogleMaps/2.4.1
PlacesService: https://developers.google.com/maps/documentation/javascript/reference/places-service
AutocompleteService: https://developers.google.com/maps/documentation/javascript/reference/places-autocomplete-service
Geocoder: https://developers.google.com/maps/documentation/javascript/reference/geocoder
DEMO
https://github.com/rungwiroon/BlazorGoogleMaps/blob/master/ServerSideDemo/Pages/MapServices.razor
2.3.1
GeoJson support #215
https://www.nuget.org/packages/BlazorGoogleMaps/2.3.1