Table of Contents

Class TakeoutRecordReader

Namespace
TCSystem.Gps
Assembly
TCSystem.Gps.dll

Deserializes Google Takeout location-history records.

public static class TakeoutRecordReader
Inheritance
TakeoutRecordReader
Inherited Members

Methods

ReadAsync(Stream)

Asynchronously reads Takeout records from a JSON stream.

public static ValueTask<TakeoutRecords> ReadAsync(Stream stream)

Parameters

stream Stream

The readable stream containing a Takeout records.json document.

Returns

ValueTask<TakeoutRecords>

The deserialized records, or null when the JSON value is null.