1
Good evening!
Does anyone have an example of how to use GPS in Xamarin? I’m developing a project (PCL), which would plot the route between two points, but I’m still having some doubts.
I can trace the route only with the address? Or only with latitude and longitude?
I searched for examples of using GPS in Xamarin, but I could not find anything, only examples using Maps, which only shows the location on the map, and does not trace any route.
Att. Felipe
Is a
PCL
for use withxamarin-forms
or is a projectxamarin-forms
? For me it was confusing which scenario exactly will be used.– rubStackOverflow