unhide Infobox ()
Class:
Marker
This is a less aggressive version of showInfobox
. Instead of adding an active
class and removing a hidden
class from the infobox container, this only removes the hidden
class. Therefore, if the infobox didn't already have an active
class, you won't see it.
Returns: Boolean (whether action was taken)
Example
// assuming you already have access to `marker` as a Marker object
marker.unhideInfobox()