I am new in Xamarin. I wanted to draw a route / path / road line (and not a straight line) from start location to end location. I followed this documentation, but this results in straight lines between locations and not the path. After searching for more info, I got a sample for Xamarin.iOS. I am looking for similar solution in Xamarin.forms which can run on both Android and iOS. I used xamarin.forms.maps nuget package manager.
Asked
Active
Viewed 73 times
0
-
1https://stackoverflow.com/questions/37189634/api-google-maps-doesnt-return-enough-of-step/37191234#37191234 – SushiHangover Jan 09 '19 at 06:39
-
@SushiHangover I followed your link and I with the help of following answer in the forum, I was able to solve my query. https://forums.xamarin.com/discussion/92565/android-ionmapreadycallback-forms-2-3-4 – Deepak Thakur Jan 11 '19 at 11:24