您的位置:首页 > 大数据 > 人工智能

BaiduMap---百度地图官方Demo

2015-07-01 16:35 525 查看

//基本地图功能
			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)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: