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

    Fields
    Modifier and Type Field Description
    protected float latitude  
    protected float longitude  
  • Constructor Summary

    Constructors
    Constructor Description
    UiMapLocation()
    Deprecated.
    Only for Jackson deserialization.
    UiMapLocation​(float latitude, float longitude)  
  • Method Summary

    Modifier and Type Method Description
    float getLatitude()  
    float getLongitude()  
    UiObjectType getUiObjectType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • latitude

      protected float latitude
    • longitude

      protected float longitude
  • 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

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getLatitude

      public float getLatitude()
    • getLongitude

      public float getLongitude()