Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easily support the Location provider of Huawei Mobile Services #31

Open
abusuioc opened this issue Jul 16, 2020 · 0 comments
Open

Easily support the Location provider of Huawei Mobile Services #31

abusuioc opened this issue Jul 16, 2020 · 0 comments

Comments

@abusuioc
Copy link

Hello! First of all, thx for the great work on this plugin.

On the Android side of things, because there is a new player in town when it comes to mobile services (Huawei) it would be great if Huawei Mobile Services fused location provider would be supported by your plugin as well.

There is a quick way to accomplish this - the integration effort would not go beyond 15 minutes of your time.

On native apps, developers are already using my wrapper library: https://github.com/abusuioc/hms-gms-wrapper-location
The library allows you to immediately have location services available on HMS devices if you already own a Google Play Services (GMS) location implementation, as you do. The main advantage is that you can leave the code structure unchanged because the wrapper API follows the GMS API 1:1 and what it does under the hood is simply to route the calls depending on availability: the default preference is still GMS.

Let's discuss more if you have further questions.
I hope this helps you and it will help other users of your library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant