Closed TheWatchfulOne closed 3 years ago
@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?
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 byCLLocationManagerDelegate
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.