documentation for esri.TileUtils.getCandidateTileInfo

674
0
12-06-2010 03:43 PM
PaulSandison
New Contributor
Hi,

I'm playing around with the Map2PDF sample and I wanted to understand what the esri.TileUtils.getCandidateTileInfo method returns, but I can't find the documentation for it, does anyone know where it is?

It is listed in the JavaScript API Object Model diagram, but the return type is just listed as Object. I can see from the sample code that it has the following members:

candidateTileInfo.tile.coords.row
candidateTileInfo.tile.coords.col
candidateTileInfo.tile.offsets.x
candidateTileInfo.tile.offsets.y

so from that I'm guessing it's not a regular TileInfo structure. I notice that some of the ArcGIS java APIs have a CandidateTileInfo type, is there a corresponding JavaScript API Object with the same name?

Cheers,

Paul
0 Kudos
0 Replies