Klasse UiMapLocation

java.lang.Object
org.teamapps.dto.UiMapLocation
Alle implementierten Schnittstellen:
UiObject

public class UiMapLocation extends Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Felddetails

    • latitude

      protected float latitude
    • longitude

      protected float longitude
  • Konstruktordetails

    • UiMapLocation

      @Deprecated public UiMapLocation()
      Veraltet.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiMapLocation

      public UiMapLocation(float latitude, float longitude)
  • Methodendetails

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Angegeben von:
      getUiObjectType in Schnittstelle UiObject
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getLatitude

      public float getLatitude()
    • getLongitude

      public float getLongitude()