Package org.teamapps.dto
Class UiMap
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiMap
- 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!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiMap.AddMarkerCommandstatic classUiMap.AddShapeCommandstatic classUiMap.FitBoundsCommandstatic classUiMap.LocationChangedEventstatic classUiMap.MapClickedEventstatic classUiMap.MarkerClickedEventstatic classUiMap.RegisterTemplateCommandstatic classUiMap.RemoveMarkerCommandstatic classUiMap.RemoveShapeCommandstatic classUiMap.SetHeatMapCommandstatic classUiMap.SetLocationCommandstatic classUiMap.SetMapMarkerClusterCommandstatic classUiMap.SetMapTypeCommandstatic classUiMap.SetZoomLevelCommandstatic classUiMap.ShapeDrawnEventstatic classUiMap.StartDrawingShapeCommandstatic classUiMap.StopDrawingShapeCommandstatic classUiMap.UpdateShapeCommandstatic classUiMap.ZoomLevelChangedEventNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringaccessTokenprotected UiMapConfigmapConfigprotected UiMapLocationmapPositionprotected UiMapTypemapTypeprotected UiMapMarkerClustermarkerClusterprotected java.util.List<UiMapMarkerClientRecord>markersprotected java.util.Map<java.lang.String,UiTemplate>markerTemplatesprotected java.util.Map<java.lang.String,AbstractUiMapShape>shapesprotected intzoomLevelFields inherited from class org.teamapps.dto.UiComponent
debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors Constructor Description UiMap()Deprecated.Only for Jackson deserialization.UiMap(java.util.Map<java.lang.String,UiTemplate> markerTemplates) -
Method Summary
Modifier and Type Method Description java.lang.StringgetAccessToken()UiMapConfiggetMapConfig()UiMapLocationgetMapPosition()UiMapTypegetMapType()UiMapMarkerClustergetMarkerCluster()java.util.List<UiMapMarkerClientRecord>getMarkers()java.util.Map<java.lang.String,UiTemplate>getMarkerTemplates()java.util.Map<java.lang.String,AbstractUiMapShape>getShapes()UiObjectTypegetUiObjectType()intgetZoomLevel()UiMapsetAccessToken(java.lang.String accessToken)UiMapsetDebuggingId(java.lang.String debuggingId)UiMapsetId(java.lang.String id)UiMapsetMapConfig(UiMapConfig mapConfig)UiMapsetMapPosition(UiMapLocation mapPosition)UiMapsetMapType(UiMapType mapType)UiMapsetMarkerCluster(UiMapMarkerCluster markerCluster)UiMapsetMarkers(java.util.List<UiMapMarkerClientRecord> markers)UiMapsetShapes(java.util.Map<java.lang.String,AbstractUiMapShape> shapes)UiMapsetStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)UiMapsetVisible(boolean visible)UiMapsetZoomLevel(int zoomLevel)java.lang.StringtoString()Methods inherited from class org.teamapps.dto.UiComponent
getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
markerTemplates
-
accessToken
protected java.lang.String accessToken -
mapConfig
-
mapType
-
zoomLevel
protected int zoomLevel -
mapPosition
-
shapes
-
markers
-
markerCluster
-
-
Constructor Details
-
UiMap
@Deprecated public UiMap()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiMap
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiComponent
-
getMarkerTemplates
-
getAccessToken
public java.lang.String getAccessToken() -
getMapConfig
-
getMapType
-
getZoomLevel
public int getZoomLevel() -
getMapPosition
-
getShapes
-
getMarkers
-
getMarkerCluster
-
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiMap setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)- Overrides:
setStylesBySelectorin classUiComponent
-
setAccessToken
-
setMapConfig
-
setMapType
-
setZoomLevel
-
setMapPosition
-
setShapes
-
setMarkers
-
setMarkerCluster
-