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
const scene = new Scene({ id: 'map', map: new GaodeMap({ style: 'normal', center: [120.19382669582967, 30.258134], zoom: 3, }), }); 描述:高德地图 如何click放大缩小
No response
The text was updated successfully, but these errors were encountered:
高德地图本身不支持,高德地图只支持 双击放大,click需要自己实现
Sorry, something went wrong.
click 需要自己实现,方法名叫什么
监听click 事件,然后调用缩放方法
heiyexing
No branches or pull requests
问题描述
const scene = new Scene({
id: 'map',
map: new GaodeMap({
style: 'normal',
center: [120.19382669582967, 30.258134],
zoom: 3,
}),
});
描述:高德地图 如何click放大缩小
重现链接
No response
重现步骤
No response
预期行为
No response
平台
屏幕截图或视频(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: