//--------------------------------------------------------------------------- #ifndef DownloaderFH #define DownloaderFH //--------------------------------------------------------------------------- #include typedef struct _TileMap { int Zoom; int X; int Y; } TileMap; String getTileURL(double ALat, double ALon, int AZoom); String getTileURL(int AX, int AY, int AZoom); #endif