yandexmobile / yandexmapkit-android

Yandex Map Kit for Android
160 stars 65 forks source link

How to close balloon? #302

Open Mura75 opened 6 years ago

Mura75 commented 6 years ago

Hello, I can't find any method that close balloon. It always close when you tap map. How can I close it programmatically?

vurf commented 6 years ago

May be BalloonItem.SetChange(false). Try this.