Using here maps in blackberry -


can use here maps http://here.com/, in blackberry rim version 5.0 , above development? because have application gets user location , need put 2 pins on map , distance between them , , client wants here maps.

i used bing map lately, need here map now. bing maps sdk blackberry 6.0

option 1) use maps api java me blackberry jdk

there no native maps api marketed blackberry, maps api asha general java me api, dependencies cldc1.1 , midp2.0, there no reason why shouldn't work blackberry jde. article describes similarities.

there series of code examples available should work out of box, except 1 thing - you'll need hold of jar files reside in

c:/nokia/devices/nokia_asha_sdk_1_0/plugins/maps api/lib/ 

which can obtained nokia asha sdk.

so you'll need download sdk, extract file maps-core.jar or of other packages want , access them external jar dependencies in usual manner. see examples on github idea of capabilities of library.

option 2) use map image api low level i/o

now, if need single "quick , dirty map", can make series of http calls m.nokia.me using javax.microedition.io map on screen. article explains why using static map probably bad idea, simple solution.

option 3) create cross-platform html5 app using cordova or web apps

this maps api javascript useful,


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -