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/apply-scheduled-updates-to-preplanned-map-area/src/main/java/com/esri/samples/apply_scheduled_updates_to_preplanned_map_area/ApplyScheduledUpdatesToPreplannedMapAreaSample.java
+16-8
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@
27
27
importjavafx.scene.control.ButtonType;
28
28
importjavafx.scene.layout.StackPane;
29
29
importjavafx.stage.Stage;
30
+
30
31
importorg.apache.commons.io.FileUtils;
31
32
32
33
importcom.esri.arcgisruntime.concurrent.Job;
@@ -48,6 +49,7 @@ public class ApplyScheduledUpdatesToPreplannedMapAreaSample extends Application
48
49
privateMapViewmapView;
49
50
privateMobileMapPackagemobileMapPackage;
50
51
privateOfflineMapSyncTaskofflineMapSyncTask;
52
+
privateFiletempMobileMapPackageDirectory;
51
53
52
54
@Override
53
55
publicvoidstart(Stagestage) {
@@ -69,7 +71,7 @@ public void start(Stage stage) {
69
71
stackPane.getChildren().add(mapView);
70
72
71
73
// create a temporary copy of the local offline map files, so that updating does not overwrite them permanently
0 commit comments