使用谷歌地图的应用黑莓
问题描述:
谁能告诉我如何使用谷歌地图在黑莓应用程序的开发,而不是黑莓地图?
Can anyone tell me how to use Google maps in blackberry application development instead of Blackberry map?
答
最近我有一个主意,用谷歌地图网站从Browser.Field但由于GMaps实现是基于JavaScript是不可能的,它是由严重黑莓自带浏览器的支持。
Recently I had an idea to use Google Maps website from Browser.Field but it's not possible since GMaps are based on JavaScript and it's badly supported by Blackberry native Browser.
其实有在BlackBerry上使用谷歌地图的2种方式:
Actually there are 2 ways of using Google Maps on Blackberry:
- 谷歌手机地图应用(见example使用)
- 使用谷歌静态地图API 来生成和设备请求发送图像。这将需要服务器端执行和注册了谷歌地图API
- install Google Maps Mobile application (see example of use)
- use Google Static Maps API to generate and send image on device request. This will require server-side implementation and Sign Up for the Google Maps API