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 »

Restrict Zoom

1 reply [Last post]
luke@red-root.com
User offline. Last seen 42 weeks 6 hours ago. Offline
Joined: 07/25/2011

Is there a way to restrict the zoom on an OpenStreetMap map? E.g. I only want users to be able to zoom to 15-18

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

Zoom limit can be defined for specific maps. For OSM map you can define it as following:

map.setMap(new new OpenStreetMap("http://tile.openstreetmap.org/", 256, 15, 18));

/JaakL