如何找到谷歌地图飞行模式android

时间:2014-02-03 06:40:09

标签: android google-maps

我正在尝试使用Google地图Api在Android中的两个位置之间的最短路径。 我的问题是我得到的路线有不同的模式(驾驶,步行,骑自行车和过境)。 这次我正在尝试飞行模式。 但我不知道应该使用哪种模式来获取两个机场之间的路线。

代码:

 urlString.append( "http://maps.googleapis.com/maps/api/directions/json?" 
             + "origin=" + 17.2400 + "," + 78.4281  
             + "&destination=" + 19.0886 + "," + 72.8681 
             + "&sensor=false"+ "&mode=walking"); 

我应该在飞机上使用哪种模式?

0 个答案:

没有答案