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

Map: Remove styles that cannot be set #2365

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DaVinci9196
Copy link
Contributor

image

It was found that some applications cannot display map content because they are set to use satellite maps, but the SDK does not support them.

@ale5000-git
Copy link
Member

ale5000-git commented May 7, 2024

@DaVinci9196
Looking at the screenshot MAP_TYPE_TERRAIN should be used only on Android 7 or later (I don't think we check that but I'm not sure).
Also MAP_TYPE_NONE is supported by the SDK but not by microG.

@mar-v-in
Copy link
Member

mar-v-in commented May 7, 2024

@ale5000-git there is no version of Huawei device with older than Android 7 that supports microG and this is only for when Huawei Maps is used, so it's fine that we assume Android 7 or higher.

@ale5000-git
Copy link
Member

@mar-v-in
microG could be used also without signature spoofing with apps compiled with microG libraries.
There is, for example, this: Huawei Nova (Android 6.0)

@mar-v-in
Copy link
Member

mar-v-in commented May 7, 2024

Does it support the required version of HMS SDK?

@ale5000-git
Copy link
Member

I'm not sure but if there is the note about Android version in the screenshot it means that it exist otherwise they wouldn't have added a useless note.

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

Successfully merging this pull request may close these issues.

None yet

3 participants