Google MAP API V2中的源目标编辑框

问题描述:

我在我的Android应用程序中添加了Google Map API v2。Google MAP API V2中的源目标编辑框

<fragment 
    android:id="@+id/map" 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content"   
    class="com.google.android.gms.maps.SupportMapFragment" /> 

现在我需要添加源和目标编辑box.I已搜查谷歌开发者的网站,但并未找到有关this.Any帮助将不胜感激

任何帮助,请尝试按照this步一步一步,您将最终在您的地图应用中获得目的地。

Here是我的github上的整个源代码,请检查它,如果你想。