Select to view content in your preferred language

How to retrieve TileLayer requests urls for specific extent and zoom level?

71
2
Jump to solution
yesterday
DenisRomanovas
Occasional Contributor

Good afternoon,

Does 4.X SDK have functionality similar to esri.TileUtils.getCandidateTileInfo() which was available in 3.X version?

I have a goal to calculate/retrieve urls for exact extent and zoom level 🙂

Any hints how to do this without doing it manually?

0 Kudos
1 Solution

Accepted Solutions
UndralBatsukh
Esri Regular Contributor

Hi there, 

I wasn't able to locate any public documentation for esri.TileUtils.getCandidateTileInfo(). That said, could you clarify how much detail you're looking for?

Are you calculating the tiles without considering rotation and the tilemap, or do you need those factors included as well?

View solution in original post

2 Replies
UndralBatsukh
Esri Regular Contributor

Hi there, 

I wasn't able to locate any public documentation for esri.TileUtils.getCandidateTileInfo(). That said, could you clarify how much detail you're looking for?

Are you calculating the tiles without considering rotation and the tilemap, or do you need those factors included as well?

DenisRomanovas
Occasional Contributor

Thank you, but I was able to calculate tiles urls manually (without taking into account map's rotation). It was easier than expected.

0 Kudos