Last Updated:
01 Jun 2021 04:14
by Tony
GenericTileProvider should have properties for setting the map tile size and zoom levels
Currently the GenericTileProvider class internally uses map tile size of 256x256 px and doesn't allow to set different size. Some tile-providing services like MapBox allow to use tiles with larger size (512x512px). Allowing to use larger tile size will be more efficient in terms of costs and amount of requests.