如何在黑莓手机上启动GPS程序?
我想如何在黑莓手机中创建 GPS 程序?
I want to how to create a GPS program in BlackBerry ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想如何在黑莓手机中创建 GPS 程序?
I want to how to create a GPS program in BlackBerry ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
使用 javax.microedition.location
参见
BB 开发实验室 - 基于位置的服务 (ZIP) 简介
Toni Westbrook - 创建黑莓 GPS 跟踪器
riccomini - 代码黑莓 GPS
riccomini - 代码黑莓风暴 GPS
另请参阅 4.5/ 中的 blackberrymapsdemo 和 gpsdemo 示例4.6 Eclipse插件
(组件\样本\com\rim\样本\设备)
Use javax.microedition.location
See
BB Dev Lab - Introduction to Location-based Services (ZIP)
Toni Westbrook - Creating a Blackberry GPS Tracker
riccomini - code blackberry gps
riccomini - code blackberry storm gps
Also see blackberrymapsdemo and gpsdemo samples in 4.5/4.6 Eclipse plugin
(components\samples\com\rim\samples\device)
如果您在 BlackBerry 上进行 GPS 编程,有两个很好的信息来源:
来源:http://blackberry.synclastic.com/blackberry-gps-programming/" rel="nofollow noreferrer">http:// /blackberry.synclastic.com/blackberry-gps-programming/
If you’re doing GPS programming on a BlackBerry, there are two good sources of information:
Source : http://blackberry.synclastic.com/blackberry-gps-programming/
我曾经做过一个项目,我必须制作一个间谍应用程序,在不知道用户的情况下将其 GPS 位置发送到服务器,这里是代码,我希望它可以对您有所帮助。
I have worked on a project where i have to make a spy app to send GPS location of the user to the server without knowing him here is the code for that i hope it may help you a little bit.