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

InfoWindow怎么添加点击事件 #231

Open
Endless-reincarnation opened this issue Nov 30, 2021 · 2 comments
Open

InfoWindow怎么添加点击事件 #231

Endless-reincarnation opened this issue Nov 30, 2021 · 2 comments

Comments

@Endless-reincarnation
Copy link

InfoWindow怎么添加点击事件

@jaywcjlove
Copy link
Member

@Endless-reincarnation 你要添加什么事件?

@jaywcjlove
Copy link
Member

@Endless-reincarnation 你可以看实例。

<InfoWindow
  ref={infoWindowRef}
  visiable={visiable}
  isOpen={isOpen}
  onClose={() => {
    console.log(':onClose');
  }}
  position={{ lng: 121.501365, lat: 31.224942 }}
  content={content}
  title="地址信息一"
/>

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