Package org.teamapps.dto
Class UiMapLocation
java.lang.Object
org.teamapps.dto.UiMapLocation
- All Implemented Interfaces:
UiObject
public class UiMapLocation extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UiMapLocation()Deprecated.Only for Jackson deserialization.UiMapLocation(float latitude, float longitude) -
Method Summary
Modifier and Type Method Description floatgetLatitude()floatgetLongitude()UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
Field Details
-
Constructor Details
-
UiMapLocation
@Deprecated public UiMapLocation()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiMapLocation
public UiMapLocation(float latitude, float longitude)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getLatitude
public float getLatitude() -
getLongitude
public float getLongitude()
-