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 »

Line disappears for a while when I zoom-in/out in the 1.1.1-SDK

1 reply [Last post]
Nafi
User offline. Last seen 23 weeks 5 days ago. Offline
Joined: 03/04/2011

Hi,
I tried the new SDK for Android (1.1.1) and I see there are some changes with the javax.microedition.lcdui.*-package.
In the old SDK I use following Code to add a line to the map...:

WgsPoint[] points = new WgsPoint[]{point_1,point_2};
LineStyle lnst = new LineStyle(line_color, 5);

aline = new Line(points,lnst);
try{
mapComponent.addLine(aline);
}catch (Exception e) {
Log.e("Err", ""+e.toString());
}

This works fine also in the new version, but there is a small difference in this version. When I have draw a line on the map and I zoom out (or in) the line disappears. When the map is completely loaded at the new zoom range the line appears again.
In the older version when I zoom in/out only the map dissapear for a while (till the new area was load) but not the line.

I know it's not a big thing, but I would like that the line not disappears when the map is loading.

What can I do..?

I hope you understand my litle Problem..!

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

Thank you for your report. We will investigate it.

/JaakL