You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/10/07 14:48:57 UTC

[GitHub] [cordova-plugin-geolocation] breautek commented on issue #118: Geolocation Interval position

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org