NavigationResumeSnapshot
class NavigationResumeSnapshot
Snapshot that contains data required to resume a navigation session.
Important: This is a Public Preview API. It may be changed or removed at any time.
See also
Properties
Link copied to clipboard
The date when the NavigationResumeSnapshot was created.
Link copied to clipboard
Represents the place associated with the destination of the route.
Functions
Inherited functions
Link copied to clipboard
fun NavigationResumeSnapshot.serializeToBytes(): Result<ByteArray, NavigationResumeSnapshotSerializationFailure>
Serializes the given NavigationResumeSnapshot into a byte array.
Link copied to clipboard
fun NavigationResumeSnapshot.serializeToFile(file: File): Result<Unit, NavigationResumeSnapshotSerializationFailure>
Serializes the given NavigationResumeSnapshot into a binary file.