java.lang.Object
io.jmix.mapsflowui.kit.component.model.style.PointStyle
io.jmix.mapsflowui.kit.component.model.style.MarkerStyle

public class MarkerStyle extends PointStyle
Helper class for styling marker Feature.
  • Field Details

    • MARKER_RESOURCE

      @Deprecated(since="3.0", forRemoval=true) public static final com.vaadin.flow.server.StreamResource MARKER_RESOURCE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SELECTED_MARKER_RESOURCE

      @Deprecated(since="3.0", forRemoval=true) public static final com.vaadin.flow.server.StreamResource SELECTED_MARKER_RESOURCE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • MARKER_DOWNLOAD_HANDLER

      public static final com.vaadin.flow.server.streams.DownloadHandler MARKER_DOWNLOAD_HANDLER
    • SELECTED_MARKER_DOWNLOAD_HANDLER

      public static final com.vaadin.flow.server.streams.DownloadHandler SELECTED_MARKER_DOWNLOAD_HANDLER
  • Constructor Details

    • MarkerStyle

      public MarkerStyle()
  • Method Details