Class UiMapArea
java.lang.Object
org.teamapps.dto.UiMapArea
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected floatprotected floatprotected floatprotected float -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
minLatitude
protected float minLatitude -
maxLatitude
protected float maxLatitude -
minLongitude
protected float minLongitude -
maxLongitude
protected float maxLongitude
-
-
Constructor Details
-
UiMapArea
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiMapArea
public UiMapArea(float minLatitude, float maxLatitude, float minLongitude, float maxLongitude)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getMinLatitude
public float getMinLatitude() -
getMaxLatitude
public float getMaxLatitude() -
getMinLongitude
public float getMinLongitude() -
getMaxLongitude
public float getMaxLongitude()
-