GaugeCoordinatesView
struct GaugeCoordinatesView : View
A view that displays the coordinates of a gauge station as a tapable label to copy the coordinates to the clipboard
- latitude: The latitude of the gauge station
- longitude: The longitude of the gauge station
-
Undocumented
Declaration
Swift
init(latitude: Float, longitude: Float)
-
Declaration
Swift
var body: some View { get }