Class UiMapArea

java.lang.Object
org.teamapps.dto.UiMapArea
All Implemented Interfaces:
UiObject

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

    • minLatitude

      protected float minLatitude
    • maxLatitude

      protected float maxLatitude
    • minLongitude

      protected float minLongitude
    • maxLongitude

      protected float maxLongitude
  • Constructor Details

    • UiMapArea

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

      public UiMapArea(float minLatitude, float maxLatitude, float minLongitude, float maxLongitude)
  • Method Details

    • getUiObjectType

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

      public String toString()
      Overrides:
      toString in class Object
    • getMinLatitude

      public float getMinLatitude()
    • getMaxLatitude

      public float getMaxLatitude()
    • getMinLongitude

      public float getMinLongitude()
    • getMaxLongitude

      public float getMaxLongitude()