You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android has native geolocation support and could work without the FusedLocationProvider. If you want to deploy an app to devices that don't have play services enabled or want to deploy to 3rd party stores like F-Droid, requiring Google Services is an issue.
Platform(s)
Android
Preferred Solution
Allow to either configure which implementation is used.
Alternatives
Switch to the native Android solution.
The text was updated successfully, but these errors were encountered:
Our first implementation didn't require Google Play Services, but didn't work quite well and there was some discussion about switching to Fused Location Provider, which requires Google Play Services, and we did switch. We are not switching back, sorry.
Thanks for the feedback. I am sorry to hear that. I still think that making this configurable would be the best option, but I can understand that this might not be that important as most apps will run on devices with Google Play Services.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out.
Feature Request
Plugin
@capacitor/geolocation
Description
Android has native geolocation support and could work without the FusedLocationProvider. If you want to deploy an app to devices that don't have play services enabled or want to deploy to 3rd party stores like F-Droid, requiring Google Services is an issue.
Platform(s)
Android
Preferred Solution
Allow to either configure which implementation is used.
Alternatives
Switch to the native Android solution.
The text was updated successfully, but these errors were encountered: