1 decade ago by cgaf4
Hi, we have a map application we are trying to translate in iOS using Ejecta.
To load the tiles of the map, we call many image.src = url. When the user zooms in, zooms out, pans, there is a lot of tiles we don't need to load anymore.
So I would like to cancel them when calling something like image.src = null.
Has somebody already faced this problem ?
To load the tiles of the map, we call many image.src = url. When the user zooms in, zooms out, pans, there is a lot of tiles we don't need to load anymore.
So I would like to cancel them when calling something like image.src = null.
Has somebody already faced this problem ?