在我的 xml 我有这个
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/contactusscene"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ContactUsScene" >
<fragment
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="400dp"
class="com.google.android.gms.maps.SupportMapFragment" />
</RelativeLayout>
在这样的代码中
mMap = mapfm.getMap();
mMap.setTrafficEnabled(true);
UiSettings settings = mMap.getUiSettings();
mMap.animateCamera(CameraUpdateFactory
.newCameraPosition(new CameraPosition(new LatLng(10.23454,
123.5543534), 13.5f, 30f, 112.5f)));
mMap.setTrafficEnabled(true);
settings.setAllGesturesEnabled(true);
settings.setCompassEnabled(true);
settings.setMyLocationButtonEnabled(true);
settings.setRotateGesturesEnabled(true);
settings.setScrollGesturesEnabled(true);
settings.setTiltGesturesEnabled(true);
settings.setZoomControlsEnabled(true);
settings.setZoomGesturesEnabled(true);
在日志中,它一直在运行,并且无法显示位置和地图。它只有银色。
05-25 20:50:33.689: E/Adreno200-EGLSUB(11275): Enter: GetBackBuffer(), surface: 0x3ef488, bufid: 0
05-25 20:50:33.689: E/Adreno200-EGLSUB(11275): Return: GetBackBuffer(), TRUE
05-25 20:50:33.709: E/Adreno200-EGLSUB(11275): Enter: GetBackBuffer(), surface: 0x3ef488, bufid: 1
05-25 20:50:33.709: E/Adreno200-EGLSUB(11275): Return: GetBackBuffer(), TRUE