我有一个格式为的位置字符串:
Location[fused -34,154 acc=58 et=+3d21h29m34s532ms]
做:
location.toString();
我怎样才能将字符串转换回Location对象?
谢谢你, 丹尼尔
答案 0 :(得分:0)
这只是关于location对象的信息,因为默认情况下通常不会覆盖toString方法,
与此对象所代表的实际物理位置无关,它只是提供有关此特定对象的信息。
http://developer.android.com/reference/android/location/Location.html#toString()
答案 1 :(得分:0)
通过以不同的格式发送,然后使用经度和纬度再次生成位置来结束。