Package org.teamapps.dto
Class UiMap2.SetLocationCommand
java.lang.Object
org.teamapps.dto.UiMap2.SetLocationCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected Stringprotected UiMapLocationprotected float -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetLocationCommand(String componentId, UiMapLocation location, long animationDurationMillis, float targetZoomLevel) -
Method Summary
-
Field Details
-
componentId
-
location
-
animationDurationMillis
protected long animationDurationMillis -
targetZoomLevel
protected float targetZoomLevel
-
-
Constructor Details
-
SetLocationCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetLocationCommand
public SetLocationCommand(String componentId, UiMapLocation location, long animationDurationMillis, float targetZoomLevel)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getLocation
-
getAnimationDurationMillis
public long getAnimationDurationMillis() -
getTargetZoomLevel
public float getTargetZoomLevel()
-