rungwiroon / BlazorGoogleMaps

Blazor interop for GoogleMap library
MIT License
319 stars 102 forks source link

Fix #288: Correct typo in draggable method names for Polygon and Rect… #289

Closed cruiserkernan closed 9 months ago

cruiserkernan commented 9 months ago

Fix Incorrect Draggable Method Names in Polygon and Rectangle (#288)

Description

This pull request addresses issue #288 in the BlazorGoogleMaps repository. The issue outlined a problem with the method names SetDraggble and GetDraggble in the Polygon and Rectangle classes, where they were incorrectly named and calling the wrong Google Maps methods.

Changes Made

Impact

Please review the changes and let me know if there are any further modifications required. Looking forward to the feedback.

Thank you!