Hesen Tagiyev
Hesen Tagiyev

Reputation: 60

How to draw custom routes in Google maps?

i'm working with Xamarin crossplatform and i want to draw custom route. App needs to draw the route from one place to another exactly which the user using, not alternative routes.

Upvotes: 0

Views: 959

Answers (1)

Pratik
Pratik

Reputation: 720

See this link may be it's help you

https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/custom-renderer/map/polyline-map-overlay/

you can Get RouteCoordinates Position using google direction map API.

Upvotes: 3

Related Questions