Ertan Active Member Licensed User Aug 13, 2020 #1 Hi I'm make GPS example How can I measure the distance in kilometers between a person and another person? Does it have a keyword? or An example project?
Hi I'm make GPS example How can I measure the distance in kilometers between a person and another person? Does it have a keyword? or An example project?
DonManfred Expert Licensed User Longtime User Aug 13, 2020 #2 You can create two Location objects (GPS library) and then calculate the distance with Location1.DistanceTo(Location2). Last edited: Aug 13, 2020 Upvote 0
You can create two Location objects (GPS library) and then calculate the distance with Location1.DistanceTo(Location2).