Map API

Nutiteq Maps Lib SDK enables developing advanced mobile mapping applications.
Platforms: Android, RIM BlackBerry, Java ME (J2ME)
Download maps API SDK »
Untitled Document

Products

» View demos
» Downloads

Latest news

Last at Tue, 6 Dec 2011 18:37:53
Topic: New BlackBerry sample app
See more news »

Using source code for Blackberry

3 replies [Last post]
dkarp
User offline. Last seen 2 years 19 weeks ago. Offline
Joined: 04/10/2009

I am trying to add the nutiteq_maps_library_0.10.0 source code to my blackberry project in order to make minor changes. I implemented the Graphics Wrapper as instructed in the UIApplicationDemo, however one line is not compiling:
mapComponent.paint(graphicsWrapper);
Any ideas?

jaak
User offline. Last seen 13 hours 29 min ago. Offline
Joined: 06/19/2008
You need to replace in library sources (/src directory) all occurances (typically in import statements) of "javax.microedition.lcdui" with "com.nutiteq.wrappers.rimui." and remove some files. Basically do same like build script does automatically with following commands:


 <delete file="${build.src.dir}/com/nutiteq/MapItem.java" />
 <delete file="${build.src.dir}/com/nutiteq/helpers/BluetoothGpsBrowser.java" />
 <delete file="${build.src.dir}/com/nutiteq/utils/fs/FileBrowser.java" />
 <delete file="${build.src.dir}/com/nutiteq/utils/fs/FileBrowserListener.java" />
 <delete file="${build.src.dir}/com/nutiteq/utils/fs/IDENFileSystem.java" />
 <delete file="${build.src.dir}/com/nutiteq/utils/fs/MotoFileSystem.java" />
 <delete file="${build.src.dir}/com/nutiteq/utils/fs/SiemensFileSystem.java" />
 <replace dir="${build.src.dir}" summary="true" token="javax.microedition.lcdui." value="com.nutiteq.wrappers.rimui." />


However, for forward-compatibility I suggest to avoid own changes in the library source. Or if you really must, please provide these to us also (just email to me), so we can suggest generic solution; or if this is not available, then can implement it to the next version.

/JaakL

jayachandrap
User offline. Last seen 13 weeks 4 days ago. Offline
Joined: 07/07/2011

Hi iam using nutiteq blackberry sdk in my application in simulator the map is displaying and in the device i am unable to view the map.The red color is covered in the map area what i need to do????????

jaak
User offline. Last seen 13 hours 29 min ago. Offline
Joined: 06/19/2008

This is most probably networking (wifi/bes/bis) configuration issue, there is special topic about it: Network error in BB

/JaakL