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 »

custom zoomcontrol

2 replies [Last post]
micka
User offline. Last seen 2 years 1 week ago. Offline
Joined: 01/14/2010

Hi,

i'm trying to implement a custom zoomcontrol, but i don't know how to replace the button by other one....

do you have an idea ? something to guide me ?

thanks,

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

With ZoomControl you can currently only replace image, it cannot be controlled more.

mapComponent.setOnScreenZoomControls(new OnScreenZoomControls(Utils.createImage("/big_zoom.png")));

/JaakL