AGSWebTiledLayer

544
1
04-25-2017 07:53 AM
JoshBartz
New Contributor II

I have a layer with a URL in the form of "https://<my>.<url>/{level}/{col}/{row}.jpg"

I have seen a few other questions asking about consuming custom web tile layers, but none of them seem to be resolved. The iOS SDK has AGSWebTiledLayer to handle these layers. Is there any comparable way to handle them in the Android SDK? I've tried extending TiledServiceLayer, but getTile is never called. I'm using ArcGIS 10.2.9.

0 Kudos
1 Reply
AlexanderNohe1
Occasional Contributor III

Hi 9erNumber16‌,

Nothing jumped out at me from the documentation, but one suggestion (to get you rolling) would be to create a layer in your ArcGIS Online account using the tiling format and then to add that layer in your app.

Hope this helps!