Package org.teamapps.dto
Class UiMapLocation
- java.lang.Object
-
- org.teamapps.dto.UiMapLocation
-
-
Constructor Summary
Constructors Constructor Description UiMapLocation()Deprecated.Only for Jackson deserialization.UiMapLocation(float latitude, float longitude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetLatitude()floatgetLongitude()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
-
getLatitude
public float getLatitude()
-
getLongitude
public float getLongitude()
-
-