Skip to content

Commit

Permalink
Adding lat long fields to corelocation.LocationCoordinate2D (#208)
Browse files Browse the repository at this point in the history
* Adding lat long fields to corelocation.LocationCoordinate2D

* Proper capitalization for export
  • Loading branch information
catilac authored Aug 30, 2023
1 parent 015b4c9 commit f68ee9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion macos/corelocation/corelocation_structs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
package corelocation

type LocationCoordinate2D struct{}
type LocationCoordinate2D struct {
Latitude LocationDegrees
Longitude LocationDegrees
}

0 comments on commit f68ee9a

Please sign in to comment.