Class Area

java.lang.Object
org.teamapps.ux.component.map.Area

public class Area extends Object
  • Field Details

    • minLatitude

      protected final float minLatitude
    • maxLatitude

      protected final float maxLatitude
    • minLongitude

      protected final float minLongitude
    • maxLongitude

      protected final float maxLongitude
  • Constructor Details

    • Area

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

    • getMinLatitude

      public float getMinLatitude()
    • getMaxLatitude

      public float getMaxLatitude()
    • getMinLongitude

      public float getMinLongitude()
    • getMaxLongitude

      public float getMaxLongitude()
    • toString

      public String toString()
      Overrides:
      toString in class Object