| 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 providers) which is the most zoomed out (country level).
Maximum zoom is map provider specific, but high values, e.g. 18, are most zoomed in (street level). 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