Manages a stack of markers using a singleton pattern.

  • getInstance() returns the global instance.
  • showMarker() pushes a new marker onto the stack.
  • hideMarker() pops the last marker.
  • clear() removes all markers.

Typical usage is to show temporary marker that appear and disappear based on user cursor movement or snapping events.

Constructors

Methods