我想显示特定的国家地图,并仅指示其所在地区的状态。
MapView maps=(MapView) findViewById(R.id.mapView);
maps.setSatellite(true);
final MapController mapControl = maps.getController();
mapControl.setZoom(17);
GeoPoint newPoint = new
GeoPoint((int)(42 * 1E6), (int)(2 * 1E6));
mapControl.animateTo(newPoint);
我使用此代码,但它向我显示了法国地图,但它没有在一个固定屏幕上指示具有指定区域的状态。所以请帮助我,帮助者必须感谢..