Norman Breau

Results 830 comments of Norman Breau

> So does the requesting of the GPS point influence the receiving of the GPS point? request time - GPS time I don't believe so, but we are getting into...

I had a quick look at the iOS CLLocationManager documentation and saw no way to control the frequency of updates... but I did found something interesting. [Apple](https://developer.apple.com/library/archive/documentation/Performance/Conceptual/EnergyGuide-iOS/LocationBestPractices.html#//apple_ref/doc/uid/TP40015243-CH24-SW1) recommends using the...

What exactly does the position.timestamp value represent? Is it local device time, or satellite/GNSS timestamp? This is the [apple docs](https://developer.apple.com/documentation/corelocation/cllocation/1423589-timestamp?language=objc), which unfortunately doesn't define what the the source of the...

I've never encountered this issue myself, but considering that we do not actually have any geolocation implementation for android (the plugin just handles declaring capabilities and permissions)... it sounds like...

iOS code has been removed from the cordova-plugin-splashscreen@6, because the code has been migrated to cordova-ios@6 as a core feature. Older versions of this plugin however may still install on...

> 2019 request and still this isn't available? Wow... well I'm sure going to abandon using this one. > Just to confirm, this plugin will not retrieve geolocation if you're...

Closing because of staleness of the issue. CLI 8 is old and the issue may be no longer relevant with modern versions of cordova-ios / CLI / splashscreen plugin. Additionally,...

Apple does have APIs [documented](https://developer.apple.com/documentation/corelocation/getting_the_user_s_location/using_the_visits_location_service) so it appears possible to do this, but I'm not sure if it gives you the exact data as shown in the `Frequent Locations` settings...

Because android doesn't have any kind of distance filtering API, this would be an ios specific feature.

Also related to https://github.com/apache/cordova-plugin-geolocation/issues/162