Skip to content
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

Only Process Most Recent Location #346

Conversation

TheWatchfulOne
Copy link
Contributor

@TheWatchfulOne TheWatchfulOne commented May 23, 2021

Please take a moment to fill out the following:

Fixes #332

Changes Proposed in this pull request:
-Apple's -(void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations method declared by CLLocationManagerDelegate inputs an array of locations where the last location is the most recent. Previous locations in the array may be older, therefore we should only process the last one.

@TheWatchfulOne
Copy link
Contributor Author

@jamesmontemagno Is there any way to get this linked to issue #332 ? Linked issues is disabled for me, presumably because I don't have write access to this repo. Also, is there anything missing that is causing this PR to not be reviewed?

@jamesmontemagno jamesmontemagno merged commit 2cce647 into jamesmontemagno:master Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generates many events when deployed to phone
2 participants