Closed jwalgran closed 8 years ago
The initial implementation stops tracking location as soon as it is found
https://github.com/OpenTreeMap/otm-ios/blob/59a0c7cc7abd3ce6e78b250b4c48ef070f80846d/OpenTreeMap/src/OTM/Controllers/OTMMapViewController.m#L900
This prevents the battery drain cause by continuous GPS updates, but ends up causing confusion since the dot does not move as the user walks around.
I have implemented this as part of #319
The initial implementation stops tracking location as soon as it is found
https://github.com/OpenTreeMap/otm-ios/blob/59a0c7cc7abd3ce6e78b250b4c48ef070f80846d/OpenTreeMap/src/OTM/Controllers/OTMMapViewController.m#L900
This prevents the battery drain cause by continuous GPS updates, but ends up causing confusion since the dot does not move as the user walks around.