breautek commented on issue #295: URL: https://github.com/apache/cordova-plugin-geolocation/issues/295#issuecomment-4198905616
> CDVLocation.m ignores the maximumAge parameter passed from the JS layer, causing stale cached positions to be returned even when maximumAge: 0 is specified. To clarify, if `maximumAge` is <= 0 or not set, then it uses the point as provided by the GPS provider. That point may still be a "cached" point depending on the GPS provider implementation. iOS is known to cache by distance, so if there isn't a significant distance changed, it may provide an older point. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
