We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015b4c9 commit f68ee9aCopy full SHA for f68ee9a
macos/corelocation/corelocation_structs.go
@@ -1,3 +1,6 @@
1
package corelocation
2
3
-type LocationCoordinate2D struct{}
+type LocationCoordinate2D struct {
4
+ Latitude LocationDegrees
5
+ Longitude LocationDegrees
6
+}
0 commit comments