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
scene = new Scene({ id: 'map', map: new GaodeMapV1({ center: [116.119318, 40.093003], token: token, zoom: 12 }), logoVisible: false }) 使用这个方法渲染了地图,是这种的
scene = new Scene({ id: 'map', map: new GaodeMapV1({ center: [116.119318, 40.093003], token: token, zoom: 12 }), logoVisible: false })
我看官网上有这种的写法,但是我不知道AMap该怎么处理,一直报错 const map = new AMap.Map('map', { viewMode: '3D', center: [ 121.435159, 31.256971 ], zoom: 14.89, minZoom: 10 }); const scene = new Scene({ id: 'map', map: new GaodeMap({ mapInstance: map }) });
const map = new AMap.Map('map', { viewMode: '3D', center: [ 121.435159, 31.256971 ], zoom: 14.89, minZoom: 10 }); const scene = new Scene({ id: 'map', map: new GaodeMap({ mapInstance: map }) });
No response
想要带颜色带路网的效果
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Hi @mumaYu, Please star this repo if you find it useful! Thanks ⭐! 你好 @mumaYu。如果该仓库对你有用,可以 star 一下,感谢你的 ⭐!
设置一下style 即可
lzxue
No branches or pull requests
问题描述
scene = new Scene({ id: 'map', map: new GaodeMapV1({ center: [116.119318, 40.093003], token: token, zoom: 12 }), logoVisible: false })
使用这个方法渲染了地图,是这种的
我看官网上有这种的写法,但是我不知道AMap该怎么处理,一直报错
const map = new AMap.Map('map', { viewMode: '3D', center: [ 121.435159, 31.256971 ], zoom: 14.89, minZoom: 10 }); const scene = new Scene({ id: 'map', map: new GaodeMap({ mapInstance: map }) });
重现链接
No response
重现步骤
No response
预期行为
想要带颜色带路网的效果
平台
屏幕截图或视频(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: