Class MarkerOptions

    • Constructor Detail

      • MarkerOptions

        public MarkerOptions()
    • Method Detail

      • getJSconstructor

        public String getJSconstructor()
        Specified by:
        getJSconstructor in interface Value
        Returns:
        A JavaScript constructor that represents this element.
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • isDraggable

        public boolean isDraggable()
      • setDraggable

        public void setDraggable​(boolean draggable)
      • isClickable

        public boolean isClickable()
      • setClickable

        public void setClickable​(boolean clickable)
      • isBouncy

        public boolean isBouncy()
      • setBouncy

        public void setBouncy​(boolean bouncy)
      • isAutoPan

        public boolean isAutoPan()
      • setAutoPan

        public void setAutoPan​(boolean autoPan)
      • setIcon

        public void setIcon​(Icon icon)
      • getIcon

        public Icon getIcon()