Layer getTileUrl() method no longer works at 3.0

489
1
Jump to solution
07-02-2012 05:08 AM
JeffPace
MVP Alum
We use the layer.getTileUrl() for access tiles for printing for (layer instanceof esri.virtualearth.VETiledLayer). 

Is this method no longer available at 3.0?

thank you
jeff
0 Kudos
1 Solution

Accepted Solutions
JeffPace
MVP Alum
all good,

method is now apparently

getTileUrl: function(level, row, col) {

which is nice because now i no longer need to manually calc and insert the quadkey

View solution in original post

0 Kudos
1 Reply
JeffPace
MVP Alum
all good,

method is now apparently

getTileUrl: function(level, row, col) {

which is nice because now i no longer need to manually calc and insert the quadkey
0 Kudos