Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用位置管理器获取包含纬度和经度的位置对象时,值以双精度形式返回,格式为 1.5......E-314。如何将其转换为 35.55378、-85.8790 等坐标?
GeoPoint point2= new GeoPoint((int)(21.75 * 1E6),(int)(70.61 * 1E6));
这将帮助您转换