Class UiMap2

java.lang.Object
All Implemented Interfaces:
UiObject

public class UiMap2
extends UiComponent
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • markerTemplates

      protected java.util.Map<java.lang.String,​UiTemplate> markerTemplates
    • baseApiUrl

      protected java.lang.String baseApiUrl
    • accessToken

      protected java.lang.String accessToken
    • styleUrl

      protected java.lang.String styleUrl
    • displayAttributionControl

      protected boolean displayAttributionControl
    • zoomLevel

      protected float zoomLevel
    • mapPosition

      protected UiMapLocation mapPosition
    • shapes

      protected java.util.Map<java.lang.String,​AbstractUiMapShape> shapes
    • markers

      protected java.util.List<UiMapMarkerClientRecord> markers
    • markerCluster

      protected UiMapMarkerCluster markerCluster
  • Constructor Details

    • UiMap2

      @Deprecated public UiMap2()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiMap2

      public UiMap2​(java.util.Map<java.lang.String,​UiTemplate> markerTemplates)
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
      Overrides:
      getUiObjectType in class UiComponent
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class UiComponent
    • getMarkerTemplates

      public java.util.Map<java.lang.String,​UiTemplate> getMarkerTemplates()
    • getBaseApiUrl

      public java.lang.String getBaseApiUrl()
    • getAccessToken

      public java.lang.String getAccessToken()
    • getStyleUrl

      public java.lang.String getStyleUrl()
    • getDisplayAttributionControl

      public boolean getDisplayAttributionControl()
    • getZoomLevel

      public float getZoomLevel()
    • getMapPosition

      public UiMapLocation getMapPosition()
    • getShapes

      public java.util.Map<java.lang.String,​AbstractUiMapShape> getShapes()
    • getMarkers

      public java.util.List<UiMapMarkerClientRecord> getMarkers()
    • getMarkerCluster

      public UiMapMarkerCluster getMarkerCluster()
    • setId

      public UiMap2 setId​(java.lang.String id)
      Overrides:
      setId in class UiComponent
    • setDebuggingId

      public UiMap2 setDebuggingId​(java.lang.String debuggingId)
      Overrides:
      setDebuggingId in class UiComponent
    • setVisible

      public UiMap2 setVisible​(boolean visible)
      Overrides:
      setVisible in class UiComponent
    • setStylesBySelector

      public UiMap2 setStylesBySelector​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> stylesBySelector)
      Overrides:
      setStylesBySelector in class UiComponent
    • setClassNamesBySelector

      public UiMap2 setClassNamesBySelector​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Boolean>> classNamesBySelector)
      Overrides:
      setClassNamesBySelector in class UiComponent
    • setAttributesBySelector

      public UiMap2 setAttributesBySelector​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> attributesBySelector)
      Overrides:
      setAttributesBySelector in class UiComponent
    • setBaseApiUrl

      public UiMap2 setBaseApiUrl​(java.lang.String baseApiUrl)
    • setAccessToken

      public UiMap2 setAccessToken​(java.lang.String accessToken)
    • setStyleUrl

      public UiMap2 setStyleUrl​(java.lang.String styleUrl)
    • setDisplayAttributionControl

      public UiMap2 setDisplayAttributionControl​(boolean displayAttributionControl)
    • setZoomLevel

      public UiMap2 setZoomLevel​(float zoomLevel)
    • setMapPosition

      public UiMap2 setMapPosition​(UiMapLocation mapPosition)
    • setShapes

      public UiMap2 setShapes​(java.util.Map<java.lang.String,​AbstractUiMapShape> shapes)
    • setMarkers

      public UiMap2 setMarkers​(java.util.List<UiMapMarkerClientRecord> markers)
    • setMarkerCluster

      public UiMap2 setMarkerCluster​(UiMapMarkerCluster markerCluster)