For some reason this seems much harder to find than I thought it would be. I am working with a map display and I have set the zoom level to 15:
mapController.setZoom(15);
What are the different zoom levels equal to in distance? I am assuming is some kind of log or exponential scale. If I choose 1 or 18 for the zoom levels, what is the approximate distance that will be displayed on the screen for each zoom level on a map?