按照官方的demo部署好以后.添加一个覆盖物.需要的类:BitmapDescriptor bitmap 图像对象 用于显示到覆盖物的地方.MapView 主要对象 有 页面上的控件实例化.BaiduMap 有mapView.getMap() ; 地图对象.可以添加各种东西到地图上.MapStatu....
分类:
其他好文 时间:
2015-09-23 15:02:06
阅读次数:
157
//自定义导航图标
private BitmapDescriptor mIconLocation;
//自定义传感器implements SensorEventListener
private MyOrientationListener myOrientationListener;
//把监听的x方向的值存储到这里
private float mCurrentX; //初始化图标...
分类:
移动开发 时间:
2015-05-27 10:17:47
阅读次数:
159
final LatLng ll = new LatLng(latiide, longitude); BitmapDescriptor descriptor = BitmapDescriptorFactory .fromResource(marker); OverlayOptio...
分类:
其他好文 时间:
2014-08-14 16:22:09
阅读次数:
298