Closed davidbambalan closed 5 years ago
Is the maximum zoom defined or can I zoom indefinitely?
For others searching for this, you can set minimum and maximum zoom levels via map.setZoomRange(minZoomLevel, maxZoomLevel);
map.setZoomRange(minZoomLevel, maxZoomLevel);
Keep in mind the MapProvider used must provide the specified zoom levels.
Is the maximum zoom defined or can I zoom indefinitely?