|
|
{{ curVeh?.name || '' }} |
|
|
{{ (curVeh?.last?.gdt | date:'yyyy/MM/dd') || '' }} |
|
|
{{ (curVeh?.last?.gdt | date:'HH:mm:ss a z') || '' }} |
|
|
{{ curVeh?.last | activity }} |
|
|
{{ curVeh?.last?.lat | coordinate:'lat' }} |
|
|
{{ curVeh?.last?.lon | coordinate:'lon' }} |
|
|
{{ curVeh?.last?.alt | length:isUS }} |
|
|
{{ curVeh?.last?.appRate | appRate:matType:isUS }} |
|
|
{{ curVeh?.last?.speed | speed:isUS }} |
|
|
{{ curVeh?.last?.head != null ? curVeh.last.head + " °" : '' }} |
|
|
{{ curVeh?.last?.temp | temperature:isUS }} |
|
|
{{ curVeh?.last?.humid !=null ? curVeh?.last?.humid + " %" : '' }} |