public static class ZendriveEvent.SpeedingInfo extends Object
Modifier and Type | Field and Description |
---|---|
double |
avgSpeed
The average speed in meters per second that the driver drove at during this speeding event.
|
double |
maxSpeed
The max speed in meters per second that the driver drove at during this speeding event.
|
double |
speedLimit
Speed limit where the speeding event is reported in meters per second.
|
Constructor and Description |
---|
SpeedingInfo()
Default constructor.
|
public double speedLimit
public double maxSpeed
public double avgSpeed