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, 3 Apr 2012 23:31:42
Topic: MapXT SDK evaluation
See more news »

RIM BlackBerry Mapping API SDK

4 replies [Last post]
jenny
User offline. Last seen 24 weeks 17 hours ago. Offline
Joined: 11/30/2011

i am trying to display map using the tutorial RIM BlackBerry Mapping API SDK. but it throws error on myscreen.java file "The constructor MapFieldTouch(BasicMapComponent) is undefined".

i can See the forum. there is a solution "MapFieldTouch update for Blackberry" But i can't understand.

How can i solve this please help me..
my blackberry plugins version is 6.

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

You can get latest MapFieldTouch from https://bitbucket.org/nutiteq/blackberry-map-samples/src/1373f70051a8/src/com/nutiteq/MapFieldTouch.java . It is part of a BB mapping app, what you can use as example or template also.

/JaakL

dharmi
User offline. Last seen 20 weeks 6 days ago. Offline
Joined: 12/20/2011

Thank's for reply jaak. But the problem is same. it's not display map. It is the problem of GPS?

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

If your problem is still "The constructor MapFieldTouch(BasicMapComponent) is undefined", then it could be the MapFieldTouch.java is missing, or there is some other project (path) setup issue, or MapFieldTouch.java imports are not updated properly. However, this should be compile-time error, not "does not display map".

Map display issue is most often networking configuration in BlackBerry case, there are other forum threads about it.

/JaakL

dharmi
User offline. Last seen 20 weeks 6 days ago. Offline
Joined: 12/20/2011

ok i will check