android里面做google地图的应用  
<com.google.android.maps.MapView
        android:id="@+id/mapview"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:clickable="true"
        android:enabled="true" 
        android:apiKey="....."/>
每次软件打开  地图基本上显示出不来  好慢 过很久才会有请问一下:这种情况有处理的办法没有