breautek commented on issue #118: Geolocation Interval position URL: https://github.com/apache/cordova-plugin-geolocation/issues/118#issuecomment-539048908 There is nothing exposed through the plugin. Speaking technically, it is possible on iOS as the native APIs do support filtering based on travel distance (this is hard-coded to be 5 meters when high accuracy is enabled). Android however uses the webview's implementation of geolocation and doesn't give that level of granular control of when we receive updates. Even if we switch to the android native APIs, they don't offer a filter based on distance traveled like the iOS sdk does.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
