ImageEn, unit iexVirtualBitmaps

TIESlippyMap.Zoom

TIESlippyMap.Zoom


Declaration

property Zoom: integer;


Description

Specifies the zoom level (0-...). Level 0 is the minimum zoom, supported by all map providers.
Maximum zoom is map provider specific. See TIESlippyMapProvider for maximum value for each map provider.
This property has nothing to do with Zoom which specifies the image zoom, while TIESlippyMap.Zoom specifies the map source zoom.

This property is constrained by MinZoom and MaxZoom.


Example

TIESlippyMap(ImageEnView1.IEBitmap.VirtualBitmapProvider).Zoom := 14;
ImageEnView1.Update();


See Also

MinZoom
MaxZoom