CallWhileMovingEvent

This class is part of an Early Access feature, and is subject to change in the future.

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.

Last updated