Closed slycos closed 1 year ago
Hi, good question. Since we try to keep everything cross platform, we are looking into how it effects the IOS side. I will let you know when/how we decide to implement this.
@slycos thanks for creating this issue. For us this is currently not a high prio. We are accepting pull requests, so if you want to add this for android. and find a good way so iOS is not left out, or it is clear that iOS does not have these values. we will review this pul request.
Hi,
As can be seen in the log fragment below,
LocationUpdatesService
receives a fullLocation
object with many fields, but only 'lat' and 'lon' are passed to the Flutter package.The conversion seems to be happening in the file below and is hard-coded for only
lat
andlon
. Would it be possible to modify it to pass all available Location fields to the Flutter package?android\src\main\kotlin\com\icapps\background_location_tracker\flutter\FlutterBackgroundManager.kt
Thank you!