Questions tagged [huawei-map-kit]

Use this tag for programming questions relating to Huawei Map Kit. It is one of the services provided by Huawei HMS Core for developers. HUAWEI Map Kit provides powerful and convenient map services for developers to implement personalized map display and interaction at ease.

55 questions
0
votes
1 answer

Huawei Map Kit API: The app ID does not have the service call permission

I'm trying to access eg. https://mapapi.cloud.huawei.com/mapApi/v1/routeService/*, but only getting 405/403, while endpoints elevation and mapService are returning HTTP/1.1 200 OK. I'm using an API key from an AgConnect project, but also tried with…
0
votes
0 answers

How does the Huawei AppGallery calculate the number of app installs?

The reason for my question is that our app's "installs" appears to be severely overinflated. Can anyone tell me the factors that they take into consideration to arrive at this number? I'm trying to figure out the composition of this number. Is…
0
votes
1 answer

Huawei map do not render

I implement Huawei map in flutter project. But i have error when I open map i see white screen with marker. E/HmsMapKit_ErrorTraceLogPusher_8(12678): cache error trace log : ErrorTraceLogDTO{ scenario = ACCESS_SERVICE_ERROR', message='6 :…
0
votes
2 answers

How to resolve libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 19062 (GLThread 249), pid 15351

I am having this issue when trying to open the HMS Map on release mode with dexguard. the app crashes and gives this exception: libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 19062 (GLThread 249), pid 15351…
0
votes
2 answers

How can I listen assigned location permisson for the HMS Core?

I try to migrate and GMS app to HMS app included maps and location service,But as I understand to get user location via Huawei Location kit, User need to assign location permission to HMS Core app but I can not follow this permission is assigned or…
0
votes
1 answer

huawei map map.animateCamera not working?

i have now both GMS and HMS in the same app. Both in different classes. but when i just this code: val cu = CameraUpdateFactory.newLatLngBounds(builder.build(), 50) map.animateCamera(cu, object : CancelableCallback { override…
0
votes
1 answer

Huawei Map Kit Directions API does not show Route planning in the US

I am using Huawei Map Kit REST Directions API for route planning in my Android app. The details of the Directions APIs can be found at the links…
user14523817
0
votes
1 answer

Error: package com.huawei.hms.maps.util does not exist when using HMS Map SDK 5.1

My Android app worked well with Huawei Map SDK 5.0.0 or lower version. When upgrading to Map SDK 5.0.1 or above version however, I get the error: package com.huawei.hms.maps.util does not exist when using: import…
user14523817
-1
votes
1 answer

Could not resolve dependency: npm ERR! peer react@"^16.6.0" from @hmscore/react-native-hms-health@6.0.0-300

[enter image description here][1] i am trying integrate Huawei`` health enter image description here enter code here npm i @hmscore/react-native-hms-health
-3
votes
1 answer

Huawei Map not loading when download from huawei app gallery

Hello we have published our app to huawei app gallery. I have MapHelper class in my app. In this class every methods work with which services enabled ( gms or hms ) When i run at development ( or get release apk ) it works, i can show huawei map But…
1 2 3
4