BaiduMap---百度地图官方Demo

来源:互联网 发布:杰洛特脸型数据 编辑:程序博客网 时间:2024/04/28 14:14

//基本地图功能new DemoInfo(R.string.demo_title_basemap,R.string.demo_desc_basemap, BaseMapDemo.class),//MapFragment使用new DemoInfo(R.string.demo_title_map_fragment,R.string.demo_desc_map_fragment, MapFragmentDemo.class),//多地图展示new DemoInfo(R.string.demo_title_multimap,R.string.demo_desc_multimap, MultiMapViewDemo.class),//图层展示new DemoInfo(R.string.demo_title_layers, R.string.demo_desc_layers,LayersDemo.class),//地图操作功能new DemoInfo(R.string.demo_title_control,R.string.demo_desc_control, MapControlDemo.class),//UI控制功能new DemoInfo(R.string.demo_title_ui, R.string.demo_desc_ui,UISettingDemo.class),//定位图层展示new DemoInfo(R.string.demo_title_location,R.string.demo_desc_location, LocationDemo.class),//自定义绘制功能new DemoInfo(R.string.demo_title_geometry,R.string.demo_desc_geometry, GeometryDemo.class),//覆盖物功能new DemoInfo(R.string.demo_title_overlay,R.string.demo_desc_overlay, OverlayDemo.class),//离线地图功能new DemoInfo(R.string.demo_title_offline,R.string.demo_desc_offline, OfflineDemo.class),//POI搜索功能new DemoInfo(R.string.demo_title_poi, R.string.demo_desc_poi,PoiSearchDemo.class),//地理编码功能new DemoInfo(R.string.demo_title_geocode,R.string.demo_desc_geocode, GeoCoderDemo.class),//路径规划功能new DemoInfo(R.string.demo_title_route, R.string.demo_desc_route,RoutePlanDemo.class),//公交线路查询功能new DemoInfo(R.string.demo_title_bus, R.string.demo_desc_bus,BusLineSearchDemo.class),//热力图功能new DemoInfo(R.string.demo_title_heatmap, R.string.demo_desc_heatmap,HeatMapDemo.class),//短串分享功能new DemoInfo(R.string.demo_title_share, R.string.demo_desc_share,ShareDemo.class),//LBS.云检索功能new DemoInfo(R.string.demo_title_cloud, R.string.demo_desc_cloud,CloudSearchDemo.class),//调启百度地图new DemoInfo(R.string.demo_title_open_baidumap, R.string.demo_desc_open_baidumap,OpenBaiduMap.class),//OpenGL绘制功能new DemoInfo(R.string.demo_title_opengl, R.string.demo_desc_opengl,OpenglDemo.class)


1 0
原创粉丝点击