Search code examples
xamarin.formsnavigationmapslive

Hi all, I want to develop navigation app in using Xamarin forms. What I can use?


I want to develop navigation appLike this in using Xamarin forms. What I can use? I'm open to use any Xamarin.Forms.map or Xamarin.Forms.GoogleMap. It should let me know distance and time required. Please find attached screen shot.


Solution

  • Yes I have did this. Using Xamarin.Forms.GoogleMap and Google direction API. Created poly line using coordinates received from Google direction API. Google direction API contains encoded "polyline". We have to decode "polyline" and then we got Positions. Using that positions we can create polyline and google map will draw that polyline itself. Google map is having property polylines(its a list) in which we have add newly created polyline. Thanks to Google.