Class LMarkerOptions

All Implemented Interfaces:
LComponentOptions<LMarkerOptions>

public class LMarkerOptions extends LInteractiveLayerOptions<LMarkerOptions>
  • Constructor Details

    • LMarkerOptions

      public LMarkerOptions()
  • Method Details

    • getIcon

      public LIcon getIcon()
    • setIcon

      public void setIcon(LIcon icon)
    • withIcon

      public LMarkerOptions withIcon(LIcon icon)
    • getKeyboard

      public Boolean getKeyboard()
    • setKeyboard

      public void setKeyboard(Boolean keyboard)
    • withKeyboard

      public LMarkerOptions withKeyboard(Boolean keyboard)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • withTitle

      public LMarkerOptions withTitle(String title)
    • getAlt

      public String getAlt()
    • setAlt

      public void setAlt(String alt)
    • withAlt

      public LMarkerOptions withAlt(String alt)
    • getzIndexOffset

      public Number getzIndexOffset()
    • setzIndexOffset

      public void setzIndexOffset(Number zIndexOffset)
    • withzIndexOffset

      public LMarkerOptions withzIndexOffset(Number zIndexOffset)
    • getOpacity

      public Number getOpacity()
    • setOpacity

      public void setOpacity(Number opacity)
    • withOpacity

      public LMarkerOptions withOpacity(Number opacity)
    • getRiseOnHover

      public Boolean getRiseOnHover()
    • setRiseOnHover

      public void setRiseOnHover(Boolean riseOnHover)
    • withRiseOnHover

      public LMarkerOptions withRiseOnHover(Boolean riseOnHover)
    • getRiseOffset

      public Number getRiseOffset()
    • setRiseOffset

      public void setRiseOffset(Number riseOffset)
    • withRiseOffset

      public LMarkerOptions withRiseOffset(Number riseOffset)
    • getShadowPane

      public String getShadowPane()
    • setShadowPane

      public void setShadowPane(String shadowPane)
    • withShadowPane

      public LMarkerOptions withShadowPane(String shadowPane)
    • getAutoPanFocus

      public Boolean getAutoPanFocus()
    • setAutoPanFocus

      public void setAutoPanFocus(Boolean autoPanFocus)
    • withAutoPanFocus

      public LMarkerOptions withAutoPanFocus(Boolean autoPanFocus)
    • getDraggable

      public Boolean getDraggable()
    • setDraggable

      public void setDraggable(Boolean draggable)
    • withDraggable

      public LMarkerOptions withDraggable(Boolean draggable)