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

Uudised

Viimane: Thu, 15 Mar 2012 14:51:08
Teema: Vabad töökohad pakkuda
Veel uudiseid »

Error!

5 replies [Last post]
saidaraot
User offline. Last seen 18 hours 3 min ago. Offline
Joined: 12/13/2011

Hi all,

I installed nutiteq Blackberry maps for my mobile.but i didn't get any screen regarding on maps.but i got the same code for my simulator .

Is there any requirement for Application permission restrictions.

can any one give the solution for this.

saidaraot
User offline. Last seen 18 hours 3 min ago. Offline
Joined: 12/13/2011

mapComponent = new BasicMapComponent(
"03c6b06952c750899bb03d998e6318604a03117e780a69.46180079",
new AppContext(this), 1, 1,
new WgsPoint(-71.023865, 42.416867), 12);

At this point i got null as mapcomponent.

jaak
User offline. Last seen 4 days 19 hours ago. Offline
Joined: 06/19/2008

What was exactly your device and OS version?

There are no special permissions needed, just networking is minimum. Did you try latest beta from http://www.nutiteq.com/beta/lib/, it may have some updates regarding AppContext object there. You can also try to use application and vendor name String parameters intead of AppContext to see if it makes some difference.

/JaakL

Doni_Rusdiyatno
User offline. Last seen 3 weeks 6 days ago. Offline
Joined: 12/15/2011

Hi,
I got nearly same with the before.I have just installed my new map but when i try to run it did'nt connect to Network.What should i do?

jaak
User offline. Last seen 4 days 19 hours ago. Offline
Joined: 06/19/2008

Network connectivity is discussed in some other threads, eg http://www.nutiteq.com/content/network-error

/JaakL

Doni_Rusdiyatno
User offline. Last seen 3 weeks 6 days ago. Offline
Joined: 12/15/2011

Solved.
After I tried to change my sim card to other provider, My application has run.I think,it's about the limited internet package that on my mobile provider.Thanks a lot.