I tried this:
String getTileUrl(int z, int x, int y) {server = new String [] {"a","b","c"};
int i = 0; return
"http://"+server[i]+".tile.openstreetmap.org/"+z+"/"+x+"/"+y+".png";}But I need a function that random 0-2 instead of i = 0 -- You received this message because you are subscribed to the Google Groups "Osmand" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
