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 »

Map Lib development on BlackBerry

RIM BlackBerry platform specific issues

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):

  • online mapping
  • offline mapping with MGM files
  • offline mapping with MBTiles database
  • Show UTFGrid tooltips from MBTiles database
  • Routing with CloudMade service
  • Switching online and offline mode of app
Read more..
Posted by jaak at 18:40:30

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.

Posted by kotibabu@stelle... at 16:00:40

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");

Read more..
Posted by zakirhussain49 at 16:08:43