Is it possible to display tiled layer from my own openStreetMap server

4072
1
01-16-2015 03:32 AM
AlexeyKochetov
New Contributor

I need to display tiled layer from server working on this scheme Slippy map tilenames - OpenStreetMap Wiki  for iOS ArcGIS. Is it possible? Can't find the possibility to pass URL to AGSOpenStreetMapLayer

0 Kudos
1 Reply
DiveshGoyal
Esri Regular Contributor

You can use the AGSWebTiledLayer‌ class for this. You need to provide a URL pattern for accessing the tiles.

0 Kudos