ipu的trunk版的android工程和服务端工程。

activity_poi.xml 1.5KB

    <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" > <com.baidu.mapapi.map.MapView android:id="@+id/bdPoiMapView" android:layout_width="match_parent" android:layout_height="match_parent" android:clickable="true"/> <LinearLayout android:id="@+id/ll_poisearch" android:layout_width="match_parent" android:layout_height="wrap_content"> <Button android:id="@+id/cityPoiSearch" android:layout_width="0dp" android:layout_weight="1" android:layout_height="wrap_content" android:text="城市搜索"/> <Button android:id="@+id/nearbyPoiSearch" android:layout_width="0dp" android:layout_weight="1" android:layout_height="wrap_content" android:text="周边搜索"/> <Button android:id="@+id/boundsPoiSearch" android:layout_width="0dp" android:layout_weight="1" android:layout_height="wrap_content" android:text="区域搜索"/> </LinearLayout> <EditText android:id="@+id/poikeyword" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/ll_poisearch" android:text="联通"/> </RelativeLayout>