You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: map/change-basemap/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,21 @@ Change a map's basemap. A basemap is beneath all layers on an `ArcGISMap` and is
6
6
7
7
## Use case
8
8
9
-
Basemaps should selected contextually, for example, in maritime applications, it would be more appropriate to use a basemap of the world's oceans as opposed to a basemap of the world's streets.
9
+
Basemaps should be selected contextually, for example, in maritime applications, it would be more appropriate to use a basemap of the world's oceans as opposed to a basemap of the world's streets.
10
10
11
11
## How to use the sample
12
12
13
-
Select a basemap from the list of available basemaps to set it to the map.
13
+
Select a basemap style from the list to set it to the map.
14
14
15
15
## How it works
16
16
17
17
1. Create an `ArcGISMap` object.
18
18
2. Set the map to the `MapView` object.
19
-
3. Choose a new basemap type with `Basemap.Type` and set it on the map.
19
+
3. Choose a new basemap style with `BasemapStyle` and set it on the map.
Copy file name to clipboardExpand all lines: map/create-and-save-map/src/main/java/com/esri/samples/create_and_save_map/CreateAndSaveMapController.java
0 commit comments