timestamp property

DateTime? timestamp
final

The timestamp when the location was determined, if available.

This is the time of measurement if the backend provided that information, otherwise the time when GeoClue received the new location.

Note that GeoClue can't guarantee that the timestamp will always monotonically increase, as a backend may not respect that. Also note that a timestamp can be very old, e.g. because of a cached location.

Implementation

final DateTime? timestamp;