Android - 谷歌地图在地图移动时显示模糊的屏幕

时间:2015-11-06 04:27:36

标签: android google-maps

我有一个片段地图视图:

<fragment
    android:id="@+id/map"
    android:name="com.google.android.gms.maps.SupportMapFragment"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_below="@+id/llHeader" />

当接收到GPS信号并且谷歌地图显示模糊屏幕时,地图移动到当前位置。 任何身体帮助我,对不起我的英语。

enter image description here

1 个答案:

答案 0 :(得分:0)

试试这个:

mMap.animateCamera( CameraUpdateFactory.newLatLngZoom( new LatLng( latlng ), 12 ) );