/// <summary> /// </summary> public static void Initialize(PureImageProxy imageProxy) { TileImageProxy = imageProxy; // triggers dynamic SQLite loading, call this before you use SQLite for other reasons than caching maps SQLitePureImageCache.Ping(); }