Skip to content

Commit 1bbf0f2

Browse files
committed
Update README.md
1 parent ef82e38 commit 1bbf0f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Shared/Samples/Add web tiled layer/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,19 @@ Run the sample and a map will appear. As you navigate the map, map tiles will be
1515
## How it works
1616

1717
Web tiled services use a uniform addressing scheme with pre-rendered tiles. Image tiles are accessed via a URL template string, with parameters for subdomain, level, column, and row.
18+
1819
* Subdomain is optional and allows the Maps SDK to balance requests among multiple servers for enhanced performance.
1920
* Level, row, and column select the tiles to load based on the visible extent of the map.
2021

2122
To display the web tiled layer, this sample:
23+
2224
1. Creates a `WebTiledLayer` from a URL.
2325
2. Creates a new `Basemap` from the layer.
2426
3. Updates the attribution on the layer. Note: this is a necessary step because web tiled services don't have associated service metadata.
2527
4. Displays the basemap.
2628

2729
For more information about web tiled layers, see the following resources:
30+
2831
* [Wikipedia: tiled web maps](https://en.wikipedia.org/wiki/Tiled_web_map)
2932
* [ArcGIS Pro: Share a web tile layer](http://pro.arcgis.com/en/pro-app/help/sharing/overview/web-tile-layer.htm)
3033

0 commit comments

Comments
 (0)