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.
Thank's for reply jaak. But the problem is same. it's not display map. It is the problem of GPS?
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.
ok i will check
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