<?xml version="1.0" encoding="utf-8"?>
<!-- 百度地图View -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >
  
     <com.baidu.mapapi.map.MapView android:id="@+id/bmapView"
	android:layout_width="fill_parent" android:layout_height="fill_parent" 
	android:clickable="true"     
/>


</LinearLayout>