Skip to content
New issue

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

请问使用DrawingManager,polygoncomplete事件怎么监听 #272

Open
gs600981 opened this issue May 17, 2022 · 1 comment
Open

请问使用DrawingManager,polygoncomplete事件怎么监听 #272

gs600981 opened this issue May 17, 2022 · 1 comment

Comments

@gs600981
Copy link

请问使用DrawingManager,polygoncomplete事件怎么监听? 用的是2.4.0版本

@jaywcjlove
Copy link
Member

@gs600981

/**
* 添加事件监听函数
* @param event
* @param handler
*/
addEventListener(event: string, handler: Callback): void;
/**
* 添加事件监听函数
* @param event
* @param handler
*/
addEventListener<T>(event: string, handler: Callback<T>): void;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants