From 9ea826a2854a691cc981e907d17b92e7f06006bc Mon Sep 17 00:00:00 2001 From: Caleb Rasmussen Date: Mon, 21 Oct 2024 16:27:06 -0700 Subject: [PATCH] Update Shared/Samples/Add tiled layer as basemap/README.md Co-authored-by: Phil Gruenler --- Shared/Samples/Add tiled layer as basemap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Samples/Add tiled layer as basemap/README.md b/Shared/Samples/Add tiled layer as basemap/README.md index bd04ffdc..f6cd41a5 100644 --- a/Shared/Samples/Add tiled layer as basemap/README.md +++ b/Shared/Samples/Add tiled layer as basemap/README.md @@ -17,7 +17,7 @@ Launch the app to view the "San Francisco offline tile package" as the basemap. 1. Create a `TileCache`, specifying the path to the local tile package. 2. Create an `ArcGISTiledLayer` with the tile cache. 3. Create a `Basemap` with the tiled layer. -4. Create an `ArcGISMap` with the basemap and pass it to a MapView. +4. Create a `Map` with the basemap and pass it to a MapView. ## Relevant API