Class UiMapArea

  • All Implemented Interfaces:
    UiObject

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

      • minLatitude

        protected float minLatitude
      • maxLatitude

        protected float maxLatitude
      • minLongitude

        protected float minLongitude
      • maxLongitude

        protected float maxLongitude
    • Constructor Detail

      • 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 Detail

      • toString

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

        public float getMinLatitude()
      • getMaxLatitude

        public float getMaxLatitude()
      • getMinLongitude

        public float getMinLongitude()
      • getMaxLongitude

        public float getMaxLongitude()