Type alias DriveStartInfo

DriveStartInfo: {
    driveId: string;
    insurancePeriod: ZendriveInsurancePeriod;
    sessionId: string;
    startLocation?: LocationPoint;
    startTimeMillis: number;
    trackingId: string;
}

Type declaration

  • driveId: string

    An identifier for this drive that just started.

  • insurancePeriod: ZendriveInsurancePeriod

    The insurance period in which the drive was detected.

  • sessionId: string

    Session id is specified by the enclosing application when it wants to record a session.

  • Optional startLocation?: LocationPoint

    The start location of the drive.

  • startTimeMillis: number

    The start timestamp of the drive in milliseconds since epoch.

  • trackingId: string

    Tracking id is specified by the enclosing application when it wants to start a drive manually.