|
@@ -73,7 +73,6 @@ public class BaiduMapUtil {
|
|
|
public void setMapViewPoint(MapView mapView, LatLng point, boolean isClear) {
|
|
public void setMapViewPoint(MapView mapView, LatLng point, boolean isClear) {
|
|
|
try {
|
|
try {
|
|
|
if (point == null) return;
|
|
if (point == null) return;
|
|
|
- point=new LatLng(25.0883109,121.5264559);
|
|
|
|
|
// 构建Marker图标
|
|
// 构建Marker图标
|
|
|
BitmapDescriptor bitmap = BitmapDescriptorFactory.fromResource(R.drawable.icon_gcoding);
|
|
BitmapDescriptor bitmap = BitmapDescriptorFactory.fromResource(R.drawable.icon_gcoding);
|
|
|
// 构建MarkerOption,用于在地图上添加Marker
|
|
// 构建MarkerOption,用于在地图上添加Marker
|