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/06/24 15:42:28 UTC

[GitHub] [cordova-plugin-geolocation] breautek edited a comment on issue #162: Emit position event only by the time that a distance change was made - not automatically after 5 seconds

breautek edited a comment on issue #162: Emit position event only by the time that a distance change was made - not automatically after 5 seconds
URL: https://github.com/apache/cordova-plugin-geolocation/issues/162#issuecomment-505058552
 
 
   For the record, I'm having a quick scan through Android Location documentation and it doesn't look like they have a distance filter concept either. Their [battery saving recommendations](https://developer.android.com/guide/topics/location/battery) makes no mention of a distance filter and their API reference seems to lack a distance filter setting. So I'm not sure if this is even possible on Android. Distance filter might be an iOS concept only.
   
   Personally I think the distanceFilter for iOS should be configurable. The defaults can be left as is if not explicitly set by the app. For android, the API/config properties would have to be ignored as Android seems to have a different philosophy on achieving conservative battery status when using geolocation.  

----------------------------------------------------------------
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