ImageEn, unit iexVirtualBitmaps |
|
TIESlippyMap.Zoom
Declaration
property Zoom: integer;
Description
Specifies the zoom level (0-...). Level 0 is the minimum zoom, supported by all map 1providers.
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.
TIESlippyMap(ImageEnView1.IEBitmap.VirtualBitmapProvider).Zoom := 14;
ImageEnView1.Update();