Where can i get good documentation about implementation of TiledMapServiceLayer/TiledLayer?
I need to add tiledlayer from my own URL and from tiles in WorldMercator projection(WKID = 54004).
a few questions:
1/Is it possible combine in the map tiled layers with different projection (WebMercator 102113 and WorldMercator 54004)?
2/what is the Origin property in the TileInfo?
3/ if I create function
public override string GetTileUrl(int level, int row, int col){}
where are parameters(level,row,col) come from? From the ESRI map in WebMercator projection?
so I must recalculate them in my row,col values?