amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 346 forks source link

Drag and Drop polygons #685

Closed AlonRom closed 4 years ago

AlonRom commented 4 years ago

SUMMARY

Provide the option to edit a polygon by drag and drop its vertices.

DETAILS

Is there an option to edit a polygon after it was drawn by dragging and dropping its vertices?

The Google Map for a rectangle exists:

https://developers.google.com/maps/documentation/javascript/shapes#editable

var rectangle = new google.maps.Rectangle({ bounds: bounds, editable: true });

How can I achieve this in Xamarin.Forms?

![ image

PLATFORMS

Xamarin.Forms:

amay077 commented 4 years ago

We can't support it because Google Maps SDK for Android/iOS does not support it.