诺基亚 s40 测试 GPS 或基于位置的服务

发布于 2024-11-30 14:03:17 字数 119 浏览 1 评论 0原文

我是使用 Java 开发 S40 Nokia 应用程序的新手。我需要像android模拟器一样向模拟器发送纬度和经度,您可以通过从模拟器传递纬度和经度来更新位置。

我正在使用 eclipse,有人可以帮忙吗?

I'm new to developing S40 Nokia applications using Java. I need to send to the emulator a latitude and longitude like the android emulator, you can update the location by passing latitude and longitude from the emulator.

I'm using eclipse, can any body help please?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

铁轨上的流浪者 2024-12-07 14:03:17

诺基亚 Java SDK 1.0 可以将保存的文件中的坐标播放到任何 midlet。当此文件存在时,任何使用 JSR 179 API 获取模拟器中当前位置的 MIDlet 将定期接收这些保存的坐标。

模拟器还包括一个路由编辑器。您可以从模拟器的“工具”> 启动它。路线编辑器菜单。路线编辑器可帮助您创建带有坐标的文件,该文件由路线编辑器保存到当前模拟器实例目录下的位置。您可以从模拟器文档中查看详细信息。

另外,如果您使用的是 SDK 2.0,您可以通过“工具”>> 来精确定位您当前的位置,以及绘制路线。 “位置模拟”选项。

Nokia SDK for Java 1.0 can play co-ordinates from a saved file to any midlet. When this file exists, any MIDlet which uses JSR 179 API to get current location in the emulator, will receive these saved co-ordinates at regular intervals.

Emulator also includes a Route Editor. You can launch it from the emulator's Tools > Route Editor menu. Route Editor helps you create a file with co-ordinates, this file is saved by the Route Editor to a location under the current emulator instance's directory. You can check out the details from the emulator documentation.

Also, if you are using SDK 2.0, you can pinpoint your current location, as well as draw route from the "Tools" >> "Location Simulation" options.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文