Can someone explain to me how to use this parameter? If i use a custom online tile source, can I set it null? In which case this parameter will be used?
XYTileSource source = new XYTileSource("custom", ResourceProxy.string.?, getMinZoom(), getMaxZoom(), 256, ".png", new String[]{});
According to https://github.com/osmdroid/osmdroid/wiki/How-to-use-the-osmdroid-library
:
mapView.setTileSource(TileSourceFactory.MAPNIK);
How can I create a custom tile source?
Thanks.
It was deleted ages ago. If you are on a verison of osmdroid using the string class, it's time to update