问题标签 [huawei-map-kit]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
huawei-mobile-services - 错误:使用HMS Map SDK 5.1时com.huawei.hms.maps.util包不存在
我的 Android 应用与华为 Map SDK 5.0.0 或更低版本运行良好。但是,升级到 Map SDK 5.0.1 或更高版本时,我收到错误:使用时不存在包 com.huawei.hms.maps.util:
导入com.huawei.hms.maps.util.LogM;
导入com.huawei.hms.maps.util.AssetBitmapDescriptor;
我尝试了几种解决方案,但都没有奏效。有人可以帮忙吗?
huawei-mobile-services - 华为 Map Kit Directions API 不显示美国的路线规划
我在我的 Android 应用程序中使用 Huawei Map Kit REST Directions API 进行路线规划。可以在以下链接中找到 Directions API 的详细信息:
Directions API 在我的应用中运行良好,可用于大多数国家和地区的路线规划。但是Directions API的功能似乎在美国不起作用。也就是说,它不会在华为地图上显示两地之间的路线。在华为开发者网站查看支持的国家/地区后,Map Kit支持美国国家/地区。为什么路线规划在美国不起作用?
android - 是什么导致“请检查agconnect-services.json文件是否添加到您的应用程序项目中”在使用HMS Map Kit和React Native时
我已经添加了agconnect-services.json文件并且已经成功集成HMS Push Kit获取AAID和设备token
huawei-mobile-services - 未解决的参考:xms。华为Xms适配层不工作
我正在尝试为我的应用添加 G+H 解决方案。我已经从 HMS 工具包完成了转换。但是在转换之后,它给了我关于 xms 导入的错误,它也给了我关于
无法解析配置“:classpath”的所有工件。
找不到 com.huawei.agconnect:agconnect-apms-plugin:1.5.1.300。在以下位置搜索: - https://dl.google.com/dl/android/maven2/com/huawei/agconnect/agconnect-apms-plugin/1.5.1.300/agconnect-apms-plugin-1.5.1.300.pom - https://jcenter.bintray.com/com/huawei/agconnect/agconnect-apms-plugin/1.5.1.300/agconnect-apms-plugin-1.5.1.300.pom - https://developer.huawei.com/repo /com/huawei/agconnect/agconnect-apms-plugin/1.5.1.300/agconnect-apms-plugin-1.5.1.300.pom 要求:项目:
可能的解决方案:
android - 华为地图map.animateCamera 不工作?
我现在在同一个应用程序中同时拥有 GMS 和 HMS。两者在不同的班级。
但是当我只是这段代码时:
它在谷歌上运行流畅,但在华为设备上运行不流畅。在我制作的华为课堂上,地图根本不动。
但另一方面,当我尝试使用时:
它以某种方式工作。但我不想动,我想动画。那么为什么动画不适用于HMS?
dictionary - 华为地图套件 - 证书
问题总结:我们上周在华为应用市场发布了我们的应用程序包。我们使用华为地图套件来集成地图。但是,地图套件似乎存在问题。
我们收到错误消息: V/HmsMapKit_MapDataVersionClient_15: build request with apiKey D/HmsMapKit_AuthenticateClient_86: response code : 401 E/HmsMapKit_TileCache_38: startUrlRequest Identity failed, do not have permission get tile。身份验证结果:010002
到目前为止我们做了什么:
- 在 AppGallery 连接中启用 mapkit
- 在 AppGallery conncet 中将签名包的 sha256 指纹添加到应用程序
- 使用 agconnect-services.json 构建应用程序
- 使用华为开发者页面的api key设置初始化mapkit
- 将 API 密钥编码如下: URLEncoder.encode("", "utf-8")
- 在上传之前测试了rc,它工作得很好
由于我们在确定问题原因方面遇到困难,因此获得进一步的建议将非常有帮助。
非常感谢您提前。
android - 华为地图套件,有没有办法在标记集群上定义 onClick 事件?
我正在使用 Huawei Map Kit 为 AppGallery 创建一个应用程序。地图套件没有集群管理器,如 Gmaps。您只能使标记可聚类,但似乎没有任何方法可以处理该聚类,尤其是 onClick 事件。
有谁知道我可以管理集群点击事件的方法?到目前为止,单击一组标记会触发随机标记单击事件。
android - HMS 中 com.google.maps.android.SphericalUtil 的替代方案
标准 HMS 转换器对SphericalUtil.computeOffset
(of com.google.maps.android:android-maps-utils
) 没有任何作用。同时它依赖于'com.google.android.gms.maps.model.LatLng'。HMS 世界中是否有替代方案(对于 SphericalUtil,从https://github.com/googlemaps/android-maps-utils复制粘贴不算在内)?
android - Flutter 使用 huawei_map 报错“尝试创建未注册类型的平台视图:com.huawei.hms.flutter.map/map”
Flutter 使用 huawei_map 报错“尝试创建未注册类型的平台视图:com.huawei.hms.flutter.map/map”
零件:
设备:华为 P40 Lite
所有必需的设置均已正确完成。