Latitude: |
{{position.coords.latitude | latdeg}} ({{position.coords.latitude}}) |
Longitude: |
{{position.coords.longitude | longdeg}} ({{position.coords.longitude}}) |
Altitude: |
{{position.coords.altitude | number: 0}} m |
Date: |
{{ currentDate | date:'MM/dd/yyyy'}} ({{ currentDate | date:'MM/dd/yyyy' : 'GMT'}} GMT) |
Time: |
{{ currentDate | date:'HH:mm:ss'}} ({{ currentDate | date:'HH:mm:ss' : 'GMT'}} GMT) |
Time zone: |
{{ timeZone }} Standard Time |
Daylight saving: |
{{ isDST ? 'Yes' : 'No'}} |
Temperature: |
{{weather.main.temp}} °C |
Humidity: |
{{weather.main.humidity}} %RH |
Clouds: |
{{weather.clouds.all}} % |