syncOfflineMap method

OfflineMapSyncJob syncOfflineMap({
  1. required OfflineMapSyncParameters parameters,
})

Returns a job to synchronize an offline map's geodatabases with their originating services.

You should not execute more than one sync on a particular geodatabase at the same time. This includes any operations that export or import deltas from the local Geodatabase:

Parameters:

  • parameters — Parameters controlling the offline map synchronization.

Return Value: An OfflineMapSyncJob.