Still using tile based (low resolution) maps? Time to move to the future!
For the longest time, tile based systems were the standard. Google, Bing and Open Street Maps still use it. This means that when you look at a map, you are really looking a bitmap image. If the map is tile based, the total map is stitched together from smaller square tiles, typically 256x256 pixels. Because [...]