Class ATCMapEntry

All Implemented Interfaces:
Serializable, Comparable<Object>, GeoLocation, IDBean, MapEntry, MarkerMapEntry, Cacheable

public class ATCMapEntry extends GroundMapEntry
A Map entry bean to store an ATC location.
Since:
4.0
Version:
6.0
Author:
Luke
See Also:
  • Constructor Details

    • ATCMapEntry

      public ATCMapEntry(Pilot usr, GeoLocation loc)
      Creates the bean.
      Parameters:
      usr - the Pilot
      loc - the location
  • Method Details

    • getType

      public ACARSMapEntry.EntryType getType()
      Description copied from class: ACARSMapEntry
      Returns the map entry type.
      Specified by:
      getType in class ACARSMapEntry
      Returns:
      the EntryType
    • getIconColor

      public String getIconColor()
      Description copied from interface: MarkerMapEntry
      Returns the icon color for this entry if displayed in a Google Map.
      Returns:
      the icon color
    • getInfoBox

      public String getInfoBox()
      Description copied from interface: MapEntry
      Returns the text to display in this marker's infobox if displayed in a Google Map.
      Returns:
      the infobox HTML text, or null if no infobox to be displayed