How to get Map touch callback as like iOS in Xamarin-form?
In iOS we get following callback on map touch:
geoView:didLongPressAtScreenPoint:mapPoint:
geoView:didMoveLongPressToScreenPoint:mapPoint:
geoView:didEndLongPressAtScreenPoint:mapPoint:
In Xamarin-form only have following events:
We did not find any event for Long press & drag long press.
Please help us to achieve the same functionality as iOS in Xamarin-forms?
That's more of a Xamarin.Forms specific question. Did you try something like what was mentioned here?
https://forums.xamarin.com/discussion/27323/how-can-i-recognize-long-press-gesture-in-xamarin-forms
or
https://alexdunn.org/2017/12/27/xamarin-tip-xamarin-forms-long-press-effect/
Thank You, Morten, for your reply.
Basically we are looking for Graphic Drag and Drop feature in Xamarin-Forms. I will be grateful if you provide the source code. Thank you.
Sorry I don't have any source code like that, which is why I provided you with some resources you could start with instead.