You can find now from BitBucket sources of RIM BlackBerry Mapping SDK sample which shows some basic Nutiteq mapping features on BlackBerry SDK 7 (should work also on 5.0 and up):
Hello,
I am using nutiteq library 1.1.0 in my app.it works great on my blackberry OS5 and OS6 with wifi.while coming to 3g connection it shows red square while loading the map.Please help me how can i solve this.It very urgent for my client.
Hello jaak,
1. After the login in our app ,i want the map come with our current city or current location where i am
2. when i click on current location it will show my location but we can't navigate the map
"The below code i use for current location"
if (System.getProperty("microedition.location.version") != null)
{
final LocationSource dataSource = new LocationAPIProvider(3000);
try
{
final Image gpsPresentImage = Image.createImage("/gps_marker_green.png");