百度地图 切换闪屏

来源:互联网 发布:缅甸非法网络彩票赌博 编辑:程序博客网 时间:2024/05/16 08:33



<com.baidu.mapapi.map.MapView    android:id="@+id/fragment_mainmap_map"    android:layout_width="match_parent"    android:layout_height="match_parent"
    android:clickable="true" />
改为


<com.baidu.mapapi.map.TextureMapView    android:id="@+id/fragment_mainmap_map"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:clickable="true" />


TextureMapView 替换 MapView

0 0