rungwiroon / BlazorGoogleMaps

Blazor interop for GoogleMap library
MIT License
331 stars 105 forks source link

Update MapOptions to support new/more options #354

Closed Nickztar closed 2 months ago

Nickztar commented 2 months ago

Seems that Google has added a bunch of options to the Map. This PR sync most of them. There is still RenderingType that requires a solution for getting the Constants. Might look into that in the future but left a TODO comment to make sure that it's atleast noticable. RenderingType can be controlled by the MapId (Cloud console) so it shouldn't be too bad to not be able to specify it.

valentasm1 commented 2 months ago

Awesome. Will try add todo part this weekend and release it.

Nickztar commented 2 months ago

Great. Not sure what the best solution is but the same would be nice to do with ControlPositions. Seems they have added a bunch here aswell 😄

https://developers.google.com/maps/documentation/javascript/reference/control#ControlPosition

valentasm1 commented 2 months ago

ControlPosition seems working. At least with zoom control. Thank you for you contribution.

valentasm1 commented 2 months ago

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