I am translating a Google Maps based B4A project over to B4i. In Android I used the OSM_Droid library to include the Geopoint object calculating the distance between two waypoints thus:
Is there a convenient method of doing the same thing in B4i ???
B4X:
Dim DistanceBetween As Long = Geopoint1.GetDistanceTo(Geopoint2)
Is there a convenient method of doing the same thing in B4i ???