地图未在 Blackberry 应用程序中显示应用程序(SDK 6.0、Torch 9800)

发布于 2025-01-05 21:08:13 字数 277 浏览 0 评论 0原文

我正在构建一个黑莓应用程序,现在遇到了一个奇怪的问题,即地图没有显示。

mapView = MapFactory.getInstance().generateRichMapField();
mapView.getAction().setCentreLatLon(55.604981, 13.003822 );
mapView.getAction().setZoom(12);
add(mapView);

我已检查权限,我请求互联网、WIFI、录音。 我是不是忘记了什么?

I am building an Blackberry app and now having this strange problem that a map is not showing up.

mapView = MapFactory.getInstance().generateRichMapField();
mapView.getAction().setCentreLatLon(55.604981, 13.003822 );
mapView.getAction().setZoom(12);
add(mapView);

I have checked permissions, I'm requesting INTERNET, WIFI, RECORDING.
Did I forget something?

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

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

发布评论

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

评论(1

菊凝晚露 2025-01-12 21:08:13

如果没有看到您的 MapFactory 类,则无法确定,但为了下载 BB 地图(如果您想使用的话),手机还需要注册(BIS/BES 激活)...您可以找到更多信息在 此帖子

Can't be sure without seeing your MapFactory class but in order to download the BB maps (if that is what you are trying to use) the phone also needs to be registered (BIS/BES activated)... You can find more info in this thread.

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