Package org.teamapps.dto
Klasse UiMap2.SetLocationCommand
java.lang.Object
org.teamapps.dto.UiMap2.SetLocationCommand
- Umschließende Klasse:
UiMap2
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected longprotected Stringprotected UiMapLocationprotected float -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.SetLocationCommand(String componentId, UiMapLocation location, long animationDurationMillis, float targetZoomLevel) -
Methodenübersicht
-
Felddetails
-
componentId
-
location
-
animationDurationMillis
protected long animationDurationMillis -
targetZoomLevel
protected float targetZoomLevel
-
-
Konstruktordetails
-
SetLocationCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
SetLocationCommand
public SetLocationCommand(String componentId, UiMapLocation location, long animationDurationMillis, float targetZoomLevel)
-
-
Methodendetails
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-
getLocation
-
getAnimationDurationMillis
public long getAnimationDurationMillis() -
getTargetZoomLevel
public float getTargetZoomLevel()
-