Android Question GPS app distance calculation

DonManfred

Expert
Licensed User
Longtime User
You can create two Location objects (GPS library) and then calculate the distance with Location1.DistanceTo(Location2).
 
Last edited:
Upvote 0
Top