Following your lead on WebMapTileServiceImageryProvider
I dug into the code and found that the base class of ImageryProvider
s has an internal method called _reload()
that does just that - requests all the tiles that are displayed again. Obviously I don’t like using internal methods, but I’ve been using it and it seems to do what I needed it to do.
2 Likes