Skip to content

Commit 7d03e74

Browse files
committed
Update MainActivity.kt
1 parent f9dcafa commit 7d03e74

File tree

1 file changed

+1
-1
lines changed
  • download-vector-tiles-to-local-cache/src/main/java/com/esri/com/arcgismaps/sample/downloadvectortilestolocalcache

1 file changed

+1
-1
lines changed

download-vector-tiles-to-local-cache/src/main/java/com/esri/com/arcgismaps/sample/downloadvectortilestolocalcache/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class MainActivity : AppCompatActivity() {
9898

9999
mapView.apply {
100100
// set the map to BasemapType navigation night
101-
map = ArcGISMap(BasemapStyle.)
101+
map = ArcGISMap(BasemapStyle.ArcGISStreetsNight)
102102
// disable rotation
103103
rotation = 0F
104104
// set the viewpoint of the sample to ESRI Redlands, CA campus

0 commit comments

Comments
 (0)