如何在Android Google Maps V2中回溯多标记的纬度经度

时间:2015-07-05 09:13:18

标签: android google-maps android-maps-v2

我正在制作一个示例应用程序,其中多个标记位于谷歌地图上按钮上单击我想存储每个标记在阵列列表中的所有纬度经度但是每个循环长度保存一个标记位置可以任何人告诉我如何在Array中存储每个标记纬度经度对?

       for (int i=0; i<StopElement.Stop_name_list.size(); i++)
       {
            position = _Stop_marker.getPosition();
            GETLatLng = position.toString();
           _getlatlng = GETLatLng.substring(10, GETLatLng.length() - 1);

           get_coordinates.add(_getlatlng);
       }

0 个答案:

没有答案