HERE 地图控件未在 React 中加载

HERE map controls not loading in React

我正在尝试在 React 的 HERE 地图中显示放大和缩小控件。我已按照文档中提到的步骤进行操作,但未从那里获得任何帮助。

我已关注 link 中的所有内容:https://developer.here.com/tutorials/react/

我的地图组件link:https://gist.github.com/pranay414/84f5fe4ed1b704c1ff34409a957c37d7

这是我收到的错误消息:

I'm trying to display zoom in and zoom out control in HERE maps in React. I've followed the steps mentioned in the documentation, but I'm not getting any help from there.

缩放控件在那里,但您看不到它,因为教程遗漏了一件事,即

<link rel="stylesheet" type="text/css" href="https://js.api.here.com/v3/3.1/mapsjs-ui.css" />

因此请将其添加到 index.html 并删除此行

H.ui.ZoomControl();