arrivalTime property

  1. @ImcField('Time of arrival', 'arrival_time', ImcType.typeFp64, units: 's')
double arrivalTime

Unix timestamp, in seconds, for the arrival at the destination.

Implementation

@ImcField('Time of arrival', 'arrival_time', ImcType.typeFp64, units: 's')
double get arrivalTime;