Hello,
I am implementing google map in xamarin form in that I want to draw a line between two location (Source and Destination) and navigate to object on that drawing path (Same as Google map working).
P.S: I am able to draw line between two location but it is static and I want dynamic data and after that object move on that line same as google map functionality.