ZendriveMockPointEventBuilder

@interface ZendriveMockPointEventBuilder : ZendriveMockEventBuilder

Base point event builder. Point events are instantaneous events. The start timestamp and end timestamp are equal. Also, start location is equal to end location.
This will seldom be initialized directly. Instead use some of the specific event builders (like ZendriveMockAccidentEventBuilder).

  • Location of the point event.

    Declaration

    Objective-C

    - (nonnull instancetype)setLocation:
        (nonnull ZendriveLocationPoint *)eventLocation;

    Parameters

    eventLocation

    Location of the point event.