【发布时间】:2014-01-07 19:13:29
【问题描述】:
例如此链接生成以下内容:
"routes" : [
{
"bounds" : {
"northeast" : {
"lat" : -20.1765204,
"lng" : 57.6137001
},
"southwest" : {
"lat" : -20.2921672,
"lng" : 57.4472155
}
},
"copyrights" : "Map data ©2014 Google",
"legs" : [
{
"distance" : {
"text" : "24.6 km",
"value" : 24628
},
我只想提取距离并在android中显示
【问题讨论】:
标签: android distance google-directions-api