Type alias ZendriveEventRatings

ZendriveEventRatings: {
    aggressiveAccelerationRating: ZendriveStarRating;
    hardBrakeRating: ZendriveStarRating;
    hardTurnRating: ZendriveStarRating;
    phoneHandlingRating: ZendriveStarRating;
    speedingRating: ZendriveStarRating;
}

Represents ratings associated with the various event types for a trip. Higher rating for an event represents safe driving behaviour with respect to that event. For cases where rating is absent, [[ZendriveStarRating.NOT_AVAILABLE]] is reported.

Type declaration