ImageEn, unit iexVirtualBitmaps

TIESlippyMap.MaxZoom

TIESlippyMap.MaxZoom

Declaration

property MaxZoom: Integer;

Description

Specifies the maximum level for Zoom level.
Maximum zoom is map provider specific. See TIESlippyMapProvider for maximum value for each map provider.
If MaxZoom = 0, then the zoom is not contrained (does not try to limit maximum zoom).

Default: 0

Example

// Set zoom ranges for map
TIESlippyMap(ImageEnView1.IEBitmap.VirtualBitmapProvider).MinZoom := 0;
TIESlippyMap(ImageEnView1.IEBitmap.VirtualBitmapProvider).MaxZoom := 18;

See Also

MinZoom
Zoom