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 »

Restrict Zoom

1 reply [Last post]
luke@red-root.com
User offline. Last seen 42 weeks 4 days 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 4 days 20 hours 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