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 »

Double-click zoom in, dual-click zoom out gestures

5 replies [Last post]
Nomalys
User offline. Last seen 28 weeks 6 days ago. Offline
Joined: 08/17/2011

Hello,

you said with the new release, we can manage the double click zoom and the dual click zoom.
I changed my mapfieldtouch, my mapscreen but these events don't work.
Can you say me how I can implement this.

Thanks.

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

You should add following lines:

mapComponent.setDoubleClickZoomIn(true);
mapComponent.setDualClickZoomOut(true);

/JaakL

Nomalys
User offline. Last seen 28 weeks 6 days ago. Offline
Joined: 08/17/2011

Hello Jaak,

thanks for your answer but i have many problems when I implement in the mapscreen.

If I make one click in the map, the double click zoom in works whereas it doesn't and I can't use the button of setOnScreenZoomControls now for zooming in and out.

If I make the dual click in the map, the dual click zoom out doesn't work and my places are deleted, I must touch the screen to see my places.

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

Thank you, we'll check it over.

/JaakL

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

Now there is update in http://www.nutiteq.com/beta/lib - SDK and alsp BlackBerry sample project with updated MapFieldTouch . It should have fixes for these issues. Please let us know if it works for you better.

/JaakL

Nomalys
User offline. Last seen 28 weeks 6 days ago. Offline
Joined: 08/17/2011

Hello Jaak,

Thanks for your reply, I tested and it's correct but the dualclick is a little random, it doesn't always work when I touch with two fingers in the same, it sometimes works.

Thanks, Nomalys.