CallWhileMovingEvent
Last updated
This type was deprecated in v6.20.0 in favor of CallEvent.
getEndTime()DateTime getEndTime()Returns the end date and time of occurrence of the event.
getMaxTraveledSpeedInMps()@Nullable Float getMaxTraveledSpeedInMps()Returns the maximum speed traveled during the call, in meters per second.
getMinTraveledSpeedInMps()@Nullable Float getMinTraveledSpeedInMps()Returns the minimum speed traveled during the call, in meters per second.
getStartTime()DateTime getStartTime()Returns the start date and time of occurrence of the event.
getWaypoints()Returns a list of transport waypoints that indicate the segment of the transport where the event occurred.
Last updated
List<Waypoint> getWaypoints()