Skip to content

Adding lat long fields to corelocation.LocationCoordinate2D #208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Adding lat long fields to corelocation.LocationCoordinate2D
  • Loading branch information
catilac committed Aug 30, 2023
commit df19ab93147fdb8ede6ac825beb4818e6a6f185c
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
}