假坚强 发表于 2013-8-28 16:30

路径规划

9Uri uri = Uri.parse("http://maps.google.com/   
efc   
maps?f=d&saddr=startLat%20startLng&daddr=endLat%20endLng&hl=en");   
Intent it = new Intent(Intent.ACTION_VIEW, uri);   
startActivity(it);   
//where startLat, startLng, endLat, endLng are a long with 6 decimals like: 50.123456
页: [1]
查看完整版本: 路径规划