• <i id='W7mfT'><tr id='W7mfT'><dt id='W7mfT'><q id='W7mfT'><span id='W7mfT'><b id='W7mfT'><form id='W7mfT'><ins id='W7mfT'></ins><ul id='W7mfT'></ul><sub id='W7mfT'></sub></form><legend id='W7mfT'></legend><bdo id='W7mfT'><pre id='W7mfT'><center id='W7mfT'></center></pre></bdo></b><th id='W7mfT'></th></span></q></dt></tr></i><div id='W7mfT'><tfoot id='W7mfT'></tfoot><dl id='W7mfT'><fieldset id='W7mfT'></fieldset></dl></div>
    <tfoot id='W7mfT'></tfoot>

  • <legend id='W7mfT'><style id='W7mfT'><dir id='W7mfT'><q id='W7mfT'></q></dir></style></legend>

      <small id='W7mfT'></small><noframes id='W7mfT'>

        • <bdo id='W7mfT'></bdo><ul id='W7mfT'></ul>

        获取两个地理点之间的距离

        时间:2023-09-02
        <legend id='3XaSt'><style id='3XaSt'><dir id='3XaSt'><q id='3XaSt'></q></dir></style></legend>

              • <bdo id='3XaSt'></bdo><ul id='3XaSt'></ul>

                  <small id='3XaSt'></small><noframes id='3XaSt'>

                    <tbody id='3XaSt'></tbody>
                  <tfoot id='3XaSt'></tfoot>
                1. <i id='3XaSt'><tr id='3XaSt'><dt id='3XaSt'><q id='3XaSt'><span id='3XaSt'><b id='3XaSt'><form id='3XaSt'><ins id='3XaSt'></ins><ul id='3XaSt'></ul><sub id='3XaSt'></sub></form><legend id='3XaSt'></legend><bdo id='3XaSt'><pre id='3XaSt'><center id='3XaSt'></center></pre></bdo></b><th id='3XaSt'></th></span></q></dt></tr></i><div id='3XaSt'><tfoot id='3XaSt'></tfoot><dl id='3XaSt'><fieldset id='3XaSt'></fieldset></dl></div>
                  本文介绍了获取两个地理点之间的距离的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我想制作一个应用程序来检查用户最近的位置.我可以轻松获取用户的位置,并且我已经有了一个经纬度的地点列表.

                  I want to make an app which checks the nearest place where a user is. I can easily get the location of the user and I have already a list of places with latitude and longitude.

                  根据当前用户位置了解列表中最近位置的最佳方法是什么.

                  What would be the best way to know the nearest place of the list against the current user location.

                  我在谷歌 API 中找不到任何东西.

                  I could not find anything in the google APIs.

                  推荐答案

                  Location loc1 = new Location("");
                  loc1.setLatitude(lat1);
                  loc1.setLongitude(lon1);
                  
                  Location loc2 = new Location("");
                  loc2.setLatitude(lat2);
                  loc2.setLongitude(lon2);
                  
                  float distanceInMeters = loc1.distanceTo(loc2);
                  

                  参考:http://developer.android.com/参考/android/location/Location.html#distanceTo(android.location.Location)

                  这篇关于获取两个地理点之间的距离的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:NETWORK_PROVIDER 的 LocationListener 已启用,但永远不会 下一篇:GPS需要互联网吗?

                  相关文章

                  最新文章

                2. <tfoot id='A3xyN'></tfoot>

                    <i id='A3xyN'><tr id='A3xyN'><dt id='A3xyN'><q id='A3xyN'><span id='A3xyN'><b id='A3xyN'><form id='A3xyN'><ins id='A3xyN'></ins><ul id='A3xyN'></ul><sub id='A3xyN'></sub></form><legend id='A3xyN'></legend><bdo id='A3xyN'><pre id='A3xyN'><center id='A3xyN'></center></pre></bdo></b><th id='A3xyN'></th></span></q></dt></tr></i><div id='A3xyN'><tfoot id='A3xyN'></tfoot><dl id='A3xyN'><fieldset id='A3xyN'></fieldset></dl></div>
                    <legend id='A3xyN'><style id='A3xyN'><dir id='A3xyN'><q id='A3xyN'></q></dir></style></legend>

                    <small id='A3xyN'></small><noframes id='A3xyN'>

                    • <bdo id='A3xyN'></bdo><ul id='A3xyN'></ul>