登录
首页 » Java » BaiduLBS_AndroidSDK_Sample

BaiduLBS_AndroidSDK_Sample

于 2014-11-03 发布 文件大小:10254KB
0 312
下载积分: 1 下载次数: 90

代码说明:

  定位功能:提供GPS、基站、Wi-Fi等多种定位方式,适用于室内、外多种定位场景; 基础地图:包括基础地图、卫星图、路况图和各种覆盖物,及与地图相关的操作、事件监听; 导航功能:提供语音播报、路线规划和线路导航的能力,帮助开发者实现导航业务需求; 检索功能:包括POI检索,公交信息查询,路线规划,地理编码查询,在线建议检索,短串分享等; LBS云检索:包括LBS云检索(周边、区域、城市内、详情); 计算工具:包括距离计算、坐标转换、调起百度地图导航等功能; 全景图功能:包括检索、展示全景图,与全景图进行交互及在全景图内添加覆盖物的能力;(Location: Provides GPS, base stations, Wi-Fi and other various positioning methods, suitable for indoor and outdoor various positioning scenarios Basemap: includes basic maps, satellite maps, road maps and a variety of covers, and related map operations, event listeners Navigation functions: to provide voice broadcast, route planning and route navigation capabilities to help developers navigate the business needs Search functions include: POI search, public transportation information inquiry, route planning, geocoding queries, suggestions online retri , sharing a short string LBS cloud retri include: LBS Cloud Retri (perimeter, area, within the city, details) Calculation tools include: distance calculation, coordinate conversion, transfer Baidu map navigation and other functions Panorama features include: search, display panoramas, to interact with the panorama and add the ability to cover in the panorama )

文件列表:

BaiduLBS_AndroidSDK_Sample
..........................\readme.txt,1247,2014-08-07
..........................\全景图功能
..........................\..........\AndroidPanoramaSDK_v1.1.0_Sample.zip,1703110,2014-07-11
..........................\地图%2B检索%2BLBS云检索%2B工具
..........................\........................\BaiduMap_AndroidSDK_v3.1.0_Sample.zip,2147402,2014-08-07
..........................\定位功能
..........................\........\baiduLocationDemo.zip,1991993,2014-07-01
..........................\导航功能
..........................\........\BaiduNaviSDKDemo-1.1.1.zip,4775636,2014-07-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • StudentScoreManagementSystem
    学生成绩管理系统,主要统计和查询学生的成绩(Student Score Management System)
    2009-04-06 21:53:17下载
    积分:1
  • nmea_gps
    基于vc++GPS数据解析,种类齐全,使用价值高,适用新手上手开发(Based on vc GPS data parsing , full range of high value in use , applies to the novice get started development)
    2012-11-22 08:53:53下载
    积分:1
  • student
    java一个简单的完整程序有数据库的,自己加载后就可以用了。(a simple java complete program)
    2013-04-07 20:40:29下载
    积分:1
  • GPS
    GPS定位信息接收系统、visual C++程序、课程作业(GPS location information receiving system)
    2015-04-21 10:22:09下载
    积分:1
  • URLUtil
    获取RCP工程下的路径工具类,包括工程的绝对路径和桌面等路径(Access to the RCP works under the path tools, including the path to the absolute path of the project, and desktop)
    2012-09-19 09:59:41下载
    积分:1
  • FileReadUtil.java.txt
    一个读写文本文件的java类,传入strbuf,传出按照回车分割的字符串。用于读写小size(<=10M)的文本文件。(read text file class)
    2013-08-30 09:35:09下载
    积分:1
  • UnderstandingGPSPrinciplesandApplications
    说明:  GPS原理与应用: 本书系统、深入地阐述了GPS的各项相关内容,包括其发展背景、基本原理、系统构成、信号特性、接收机信号处理、信道恶化及抗干扰、性能评估、差分技术、与其他传感器的组合和网络辅助、GALILEO及其他卫星导航系统,以及GNSS市场和应用。本书的内容丰富,实用性强,理论分析清楚,工程示例翔实,充分反映了近年来的新技术和新成果,是卫星导航领域的一本优秀参考书。 本书可以作为卫星导航定位及相关领域的系统设计师、算法设计师、软硬件工程师和科技工作者的业务工具书,也可作为高校相关专业教师和研究生教学的教材和参考书。(err)
    2008-11-18 16:24:36下载
    积分:1
  • Java_information_cue
    Java实现一个信息提示窗口,实现方法:大多数的信息窗口是没有标题栏的,因此信息窗口不能由继承JFrame 类来实现,一种简单的做法是通过继承JWindow 来实现(当然继承Window 类也可以,但一个原则是尽量使用swing 中的界面类)。   在加载图信息窗口上的图片时,用到java.awt 包中的MediaTracker 类。使用该类的好处是可以更好地管理程序中要使用的图片,同时还可以保证图片和界面同时显示,避免了窗口显示后很久才显示图片的缺点。 ( Java implementation of an information prompt window method: Most of the information is no title bar of the window, the information window can not be achieved by the inherited class JFrame, a simple approach is to be achieved through inheritance JWindow (of course, the Window class can inherit but a principle is to make use of the interface class swing). When loaded on the chart image information window, use the java.awt package MediaTracker class. The advantage of using this class is that you can better manage the program you want to use the picture, but also can guarantee the picture display and interface simultaneously, avoiding the window a long time to display pictures shortcomings. )
    2014-04-30 18:53:35下载
    积分:1
  • GPS-application-program-code
    完整的gps应用程序,包括前端数据采集程序 读取星历程序、单点定位程序,差分定位程序、RTCM电文编码译码程序等(GPS application software)
    2015-11-03 16:26:17下载
    积分:1
  • KeyguardViewMediator
    Low level access to the power manager for enableUserActivity.
    2014-02-17 13:22:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载