地图未在 Blackberry 应用程序中显示应用程序(SDK 6.0、Torch 9800)
我正在构建一个黑莓应用程序,现在遇到了一个奇怪的问题,即地图没有显示。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有看到您的 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.