Type alias LocationPointWithTimestamp

LocationPointWithTimestamp: {
    location: LocationPoint;
    timestampMillis: number;
}

A location and the timestamp corresponding to the location.

Type declaration

  • location: LocationPoint

    A location point.

  • timestampMillis: number

    The timestamp in milliseconds that corresponds to the location.