OfflineMapUpdatesInfo class final
Provides information on the available updates for an offline map.
This type provides high level information on what updates are available for an offline map. Update information covers both:
- Online changes that can be applied to update your offline map
- Local changes from your offline map that can be sent back to the online services
- Implemented types
Properties
- downloadAvailability → OfflineUpdateAvailability
-
Indicates whether there are changes available to download.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMobileMapPackageReopenRequired → bool
-
Indicates whether the mobile map package must be reopened after applying
the available updates.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledUpdatesDownloadSize → int
-
The total size in bytes of update files to download for a scheduled
updates workflow.
no setter
- uploadAvailability → OfflineUpdateAvailability
-
Indicates whether there are local changes to upload.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited