Esri / arcgis-maps-sdk-flutter-samples

Sample code for ArcGIS Maps SDK for Flutter
Apache License 2.0
15 stars 5 forks source link

Show WebTiledLayerFromURL Sample Created #172

Closed harish-kunchala closed 1 month ago

harish-kunchala commented 1 month ago

Tiled map services are a set of pre-generated images (e.g. "tiles") arranged in folders for each row, column, and zoom level. As you navigate the map, map tiles are requested for the current extent. ArcGISTiledLayer and WMTSLayer are types of tiled map services used for specific data types. WebTiledLayer is useful for displaying other data sources that contain tiles arranged in a row/column/level directory structure, such as OpenStreetMap.

harish-kunchala commented 1 month ago

Made updates according to comments from @PaulAllanSturm.