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: download-vector-tiles-to-local-cache/src/main/java/com/esri/com/arcgismaps/sample/downloadvectortilestolocalcache/MainActivity.kt
+31-30Lines changed: 31 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ class MainActivity : AppCompatActivity() {
55
55
56
56
privateval downloadArea:Graphic=Graphic()
57
57
privatevar dialog:AlertDialog?=null
58
-
privatevarisJobFinished:Boolean=true
58
+
privatevarhasCurrentJobCompleted:Boolean=true
59
59
60
60
// set up data binding for the activity
61
61
privateval activityMainBinding:ActivityMainBinding by lazy {
@@ -100,19 +100,23 @@ class MainActivity : AppCompatActivity() {
100
100
// set the map to BasemapType navigation night
101
101
map =ArcGISMap(BasemapStyle.ArcGISStreetsNight)
102
102
// disable rotation
103
-
rotation=0F
103
+
interactionOptions.isRotateEnabled=false
104
104
// set the viewpoint of the sample to ESRI Redlands, CA campus
0 commit comments