Log Details
-
Street: {{activeFeature.street}}
{{activeFeature.poi}}
-
Time: {{activeFeature.timestamp | date : 'dd MMM HH:mm:ss'}}
-
Lat: {{activeFeature.lat}}
-
Lon:{{activeFeature.lon}}
-
Event: {{activeFeature.harsh_braking == true ? "Harsh Braking" :
activeFeature.harsh_acceleration == true ? "Harsh Acceleration" :
activeFeature.panic == true ? "Panic" : "None"}}