Skip to content

Commit f68ee9a

Browse files
authored
Adding lat long fields to corelocation.LocationCoordinate2D (#208)
* Adding lat long fields to corelocation.LocationCoordinate2D * Proper capitalization for export
1 parent 015b4c9 commit f68ee9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
package corelocation
22

3-
type LocationCoordinate2D struct{}
3+
type LocationCoordinate2D struct {
4+
Latitude LocationDegrees
5+
Longitude LocationDegrees
6+
}

0 commit comments

Comments
 (0)