ImageEn, unit iexVirtualBitmaps

TIESlippyMap.CachePath

TIESlippyMap.CachePath

Declaration

property CachePath: string;

Description

Defines a path where cached map tiles are stored. Local caching is provided to speed up re-loading tiles and to support off-line jobs.

Default: ''

Example

// Set path of cache
TIESlippyMap(ImageEnView1.IEBitmap.VirtualBitmapProvider).CachePath := 'C:\mapcache';