wbreeze / ShipsClock

An iOS, SwiftUI clock for tracking watches on board a ship. Marks the day in periods of four hours.
https://wbreeze.github.io/ShipsClock
Apache License 2.0
2 stars 0 forks source link

Show current longitude and latitude #4

Closed wbreeze closed 4 years ago

wbreeze commented 4 years ago

Show them as text under or next to the clock, depending the device orientation. Use the degrees, minutes, seconds format with the decimal degrees format to four decimal places in parentheses.

For example:

N 44º 25' 24" (44.4833)
W 74º 14' 55" (74.3861)

Use the localized format for the decimal.

This requires asking for and gaining location data permission. It can be while using. If not available, display should not render.