LocationByTime<P extends GpsPoint> constructor

LocationByTime<P extends GpsPoint>(
  1. GpsTime time,
  2. int? toleranceSeconds,
  3. P? location
)

Implementation

LocationByTime(this.time, this.toleranceSeconds, this.location);