Class LocationChangedEventData

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

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

    Fields
    Modifier and Type Field Description
    protected Location center  
    protected Area displayedArea  
  • Constructor Summary

    Constructors
    Constructor Description
    LocationChangedEventData​(Location center, Area displayedArea)  
  • Method Summary

    Modifier and Type Method Description
    Location getCenter()  
    Area getDisplayedArea()  

    Methods inherited from class java.lang.Object

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

    • center

      protected final Location center
    • displayedArea

      protected final Area displayedArea
  • Constructor Details

    • LocationChangedEventData

      public LocationChangedEventData​(Location center, Area displayedArea)
  • Method Details

    • getCenter

      public Location getCenter()
    • getDisplayedArea

      public Area getDisplayedArea()