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, 3 Apr 2012 23:31:42
Topic: MapXT SDK evaluation
See more news »

Pinch zoom, small problem

2 replies [Last post]
Nole
User offline. Last seen 2 weeks 12 hours ago. Offline
Joined: 03/07/2011

When I click with two fingers on map(SDK 1.1.1) or try zooming and then return to the same zoom, places disappear, then I must drag map to see places. Just to know for next release.

jaak
User offline. Last seen 15 hours 30 min ago. Offline
Joined: 06/19/2008

What kind of places do you have there? I cannot replicate it.

/JaakL

Nole
User offline. Last seen 2 weeks 12 hours ago. Offline
Joined: 03/07/2011

I set mapComponent like below:

mapComponent.setSmoothZoom(true);
mapComponent.setDoubleClickZoomIn(false); // I use double click for something else... mapComponent.setDualClickZoomOut(false);
mapComponent.setShowOverlaysWhileZooming(false);

I add several Place and Line object on map. And like I said when I try to zoom with two fingers and return to the same zoom level from which I start zooming places and lines disappear. If you can't replicate I will send you code.