Class UiMap

java.lang.Object
All Implemented Interfaces:
UiObject

public class UiMap
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
    • accessToken

      protected java.lang.String accessToken
    • mapConfig

      protected UiMapConfig mapConfig
    • mapType

      protected UiMapType mapType
    • zoomLevel

      protected int 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

    • UiMap

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

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