How to get Distance Kilometer in android?

前端 未结 5 1230
太阳男子
太阳男子 2020-12-19 07:32

I am very new to Google maps I want calculate the distance between two places in android.

For that I get the two places lat and lag positions for that I write the fo

5条回答
  •  Happy的楠姐
    2020-12-19 08:24

    Just use Location.distanceTo(Location) it will give you a really distance between two different Locations.

提交回复
热议问题