JariHanah

Results 7 comments of JariHanah

I will test your solution, however, My use case involves adding buttons dynamically, Also, there is no way to remove a Custom Control.

I think a setCustomButtons and removeCuustomButtons would solve my issues, Mayby its only one method a setCustomButtons the can be given an empty set to remove all customs, or substitute...

what I did to solve the problem, extending the CustomControl class, remove all custom elements when I try to add a new button, here is the setCustomButtons, ``` static class...

So I tried the new method of setCustomControls for the latest version of 1.13.0 each time a setCustomControls, the original buttons don't get removed. Check Sample Image, ![image](https://github.com/FlowingCode/GoogleMapsAddon/assets/71745537/ea368806-0106-4c4f-bde6-e0110b8ec090) it still...

Thanks for openning this issue, Currently I have a use case where I need to navigate between data presented on the map. I have fixed buttons, I also have buttons...

To help with this, I have written a code as a work around that solves the issue. Even though the issue seems resolved with this code, after some updates and...

Another Workaround I did, 1 Is that I added all buttons into the MAP one time (so that I call setCustomControls one time, 2 then I control the visibility of...