ZendriveMockHardTurnEventBuilder
@interface ZendriveMockHardTurnEventBuilder : ZendriveMockRangeEventBuilder
An event builder for hard turn event.
-
Constructs and return a new hard turn event builder.
Declaration
Objective-C
- (nonnull id)initWithStartTimestamp:(long long)startTimestamp endTimestamp:(long long)endTimestamp turnDirection:(ZendriveTurnDirection)turnDirection;
Parameters
startTimestamp
start timestamp of the event
endTimestamp
end timestamp of the event.
turnDirection
turn direction of the event.