Package org.teamapps.dto
Class UiMapArea
- java.lang.Object
-
- org.teamapps.dto.UiMapArea
-
-
Field Summary
Fields Modifier and Type Field Description protected floatmaxLatitudeprotected floatmaxLongitudeprotected floatminLatitudeprotected floatminLongitude
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetMaxLatitude()floatgetMaxLongitude()floatgetMinLatitude()floatgetMinLongitude()UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getMinLatitude
public float getMinLatitude()
-
getMaxLatitude
public float getMaxLatitude()
-
getMinLongitude
public float getMinLongitude()
-
getMaxLongitude
public float getMaxLongitude()
-
-