We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<Circle radius={radius} strokeColor="#fff" strokeWeight={2} center={new AMap.LngLat(position.lon, position.lat)} />
当我在umijs项目中使用 new AMap类的时候报错
The text was updated successfully, but these errors were encountered:
doc(map): Update README.md #289
6b16878
@limeiwang 没有 AMap 这个对象,要么跳台了,使用了我们的高德组件 uiwjs/react-amap#45 (comment)
在就是首页的一处文档错误,已修改
Sorry, something went wrong.
v2.5.4 doc(map): Update README.md #289 6b16878
6cca044
No branches or pull requests
<Circle
radius={radius}
strokeColor="#fff"
strokeWeight={2}
center={new AMap.LngLat(position.lon, position.lat)}
/>
当我在umijs项目中使用 new AMap类的时候报错
The text was updated successfully, but these errors were encountered: