android 编程中如何让程序自动修改url中某些字符串的值
如Stringurl="http://maps.google.com/maps/api/directions/xml?origin=26.362514,116.32541...
如 String url =" http://maps.google.com/maps/api/directions/xml?origin=26.362514,116.325415" +"&destination=26.351458,116.325145&sensor=false&mode=walking";
程序中自动将 26.362514,116.325415和26.351458,116.325145替换其它的值
其实就是为了实现google map 中在用地名(如北京,上海)获得经纬度后再画出两点之间的路径 展开
程序中自动将 26.362514,116.325415和26.351458,116.325145替换其它的值
其实就是为了实现google map 中在用地名(如北京,上海)获得经纬度后再画出两点之间的路径 展开
2个回答
展开全部
一开始这两个值就用变量代替
String url =" http://maps.google.com/maps/api/directions/xml?origin="+str1 +"&destination="+str2;
在使用之前,改变str1 和 str2 的值就可以了
String url =" http://maps.google.com/maps/api/directions/xml?origin="+str1 +"&destination="+str2;
在使用之前,改变str1 和 str2 的值就可以了
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询