Class Area

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

public class Area
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected float maxLatitude  
    protected float maxLongitude  
    protected float minLatitude  
    protected float minLongitude  
  • Constructor Summary

    Constructors 
    Constructor Description
    Area​(float minLatitude, float maxLatitude, float minLongitude, float maxLongitude)  
  • Method Summary

    Modifier and Type Method Description
    float getMaxLatitude()  
    float getMaxLongitude()  
    float getMinLatitude()  
    float getMinLongitude()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • Area

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