CallWhileMovingEvent

CallWhileMovingEvent API

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()

List<Waypoint> getWaypoints()

Returns a list of transport waypoints that indicate the segment of the transport where the event occurred.

Last updated