Type alias ExtrapolationStartLocation

ExtrapolationStartLocation: {
    latitude: number;
    longitude: number;
    timestampMillis: number;
}

Extrapolated start location

Type declaration

  • latitude: number

    The latitude in degrees of this location point.

  • longitude: number

    The longitude in degrees of this location point.

  • timestampMillis: number

    The timestamp in milliseconds that corresponds to the location.