timestampSinceBoot property

Duration? timestampSinceBoot
getter/setter pair

The time at which the location was determined, relative to device boot time. This time is monotonic and not affected by leap time or other system time adjustments, so this is the recommended basis for general purpose interval timing between location updates. If it cannot be determined, the value is null.

Implementation

Duration? timestampSinceBoot;