問題タブ [blackberry-maps]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
blackberry - カスタム メニュー項目の使用後に Blackberry Map を閉じる
「MenuItem」を使用して BlackberryMaps 用に独自のメニュー項目を作成し、Blackberry Maps を呼び出しました。このアイテムを使用した後、現在の場所 (MapView) をアプリケーションに送り返す必要があります。これはうまくいきます。
問題は、メニュー項目を使用した後にアプリを閉じるための解決策が見つからなかったことです。Blackberry Maps を閉じる可能性はありますか? または、自分のアプリをフォアグラウンドに設定しますか?
blackberry - ブラックベリーの画面またはMapFieldでクリックされた位置を見つける方法
私は地図アプリケーションを構築しています。私はいくつかのビットマップを配置しており、ビットマップをクリックするといくつかのイベントが発生しています。そのためには、アプリの緯度と経度のペアを取得することに基づいて、画面上のどの位置をクリックしたかを知る必要があります...画面の正確な x、y 位置を取得することは可能ですか?クリックした?または、 MapField でクリックされた緯度と経度の位置を見つける他の方法はありますか?
blackberry - blackeberryのmapfieldScreenのタイトルは表示されません
地図アプリを作成しています。私はmapfieldを使用しています。MapFieldScreenで、タイトルを追加し、タブも作成しようとしていますが、これら2つは表示されません。代わりに、これら2つの場所に灰色があります。
これが私のコードです。
blackberry - 不十分なネットワーク エラー ブラックベリー シミュレーター
ブラックベリーマップで何かをするためのブラックベリー用のアプリを作ろうとしています。smilator でデバッグを開始すると、ネットワーク カバレッジが不十分であるというエラーが表示されます。
ブラウザで google.com を試してみましたが、うまくいきました。しかし、私のアプリでは、不十分なネットワークエラーが発生します。
この問題はどのように解決できますか?
openstreetmap - Blackberry アプリケーションで OpenStreet Maps を使用する
blackberry アプリケーションで openstreet マップを使用したいと考えています。アイデアは、アプリケーションが GPS/セル タワーを介して現在の場所を取得することです。ユーザーは、ボタンをクリックして、下のアプリケーション (同じ表示) 内にマップをロードするオプションがあります。少し調べたところ、BlackBerry マップは限定されているようで、Google マップには別の API をインストールする必要があります。http接続(Webサービスのようなもの)を介してマップを取得してロードしたいと考えています。誰か案内してくれませんか?
google-maps - ブラックベリーにGoogleマップをインストールする方法
アプリケーションから Google マップにアクセスしようとしています。私のコードは以下の通りです:
マップを起動しようとすると、null ポインター例外が発生します。これは、まだ Google マップをインストールしていないためです。アプリケーションを実行するためにマップをインストールするにはどうすればよいですか?マップはどこにインストールすればよいですか? 「m.google.com/maps」のリンクにアクセスしましたが、地図をどこにインストールすればよいかわかりません。アプリケーションを実行するすべてのハンドセットに地図をインストールする必要がありますか?案内してください。私は完全に迷っています。
blackberry - How to show current location (the green dot) on MapField in Blackberry Java SDK
Here's the frustrating problem.
As you know, we can use net.rim.device.api.lbs.maps.ui.RichMapField
in blackberry api to integrate the map feature into our mobile application.
So I use it in my application. The RichMapField works fine, as I can see streets and roads, I just can't see where i am in the map - There should be a green/blue dot that represents where I am. And the GPS icon at the top left corner shouldn't have a red cross on it.
The GPS icon with a red cross on it means no GPS signals.
But I am pretty sure I got the GPS signals as my current location showed up on the official Blackberry Map App (Got a green dot that represents where I am and the GPS icon on the left top corner of the screen does not have the red cross).
And by the way, in official Blackberry Map App, everything works good (there's a green dot that represents where I am on the map and no red cross on the GPS icon at the left top corner of the screen).
The question is:
How to make the GPS active with RichMapField and show my current location as a green dot on the map just like how the official Blackberry Map App does when I use the RichMapField
in my app?
Below is more information:
I have tried using BlackBerryLocationProvider
to fetch GPS data. and it works. but that does not remove the red cross from the GPS icon on the RichMapField
and the green dot (current location) does not show up. I just can change the center of the map with returned lat/longi
Do I need to add a special location listener to BlackBerryLocationProvider
?
blackberry - BlackBerry Map をアプリケーションに追加
マップ アプリケーションを呼び出そうとしています。次のような例外が発生します。
MapException (辞書の取得中にエラーが発生しました)。
BlackBerry マップを操作するには、デバイスにアクティブな BlackBerry アカウントが必要ですか?
java - アプリケーション内の BlackBerry Maps が座標にズームインしない
アプリケーションは表示MapView
されていますが、指定された座標にズームインできません。私は何かが欠けています...どんな助けもいただければ幸いです
コードは以下のとおりです--
私は厳密に OS 5.0 に取り組んでいます..6.0 だったら、新しい lbs.maps.* API でより簡単だったでしょう。
java - BlackBerry マップフィールド
BlackBerry MapField の使用に関する問題
これは、マップを表示するために使用するコードです。
ただし、画面にはマップ タイルのみが表示されます。助けてください。