This control adapts maps to low-bandwidth conditions. By default, it requests
a test tile to determine speed, but accepts options that allow you to subsitute
your own detection method. This method only works on composited tiles - that is,
combinations of tilesets with the characteristic , between their tileset
names.
Example
API
Creates a new bandwidth detection object. Takes an options argument with the options:
auto
default true, if false the control will not test bandwidth
jpg
the low-quality version of JPEG files. Default `.jpg70`.
png
the low-quality version of PNG files. Default `.png128`.
Manually set the bandwidth level: 1 is for high-bandwidth / original quality,
0 is for low-bandwidth / degraded quality.