Class MarkerLocation

  • All Implemented Interfaces:
    java.io.Serializable

    public class MarkerLocation
    extends java.lang.Object
    implements java.io.Serializable
    Object generated when pointer is over a particular marker in the browser navigation bars.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MarkerLocation​(MarkerSet mgr, Address addr, int x, int y)
      Construct a new MarkerLocation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      Address getAddr()
      Returns the address.
      MarkerSet getMarkerManager()
      Returns the Marker Manager.
      int getX()
      Returns the X screen location of the popup point.
      int getY()
      Returns the Y screen location of the popup point.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MarkerLocation

        public MarkerLocation​(MarkerSet mgr,
                              Address addr,
                              int x,
                              int y)
        Construct a new MarkerLocation.
        Parameters:
        mgr - marker manager service
        addr - address of the location
        x - x position of the popup point on the screen
        y - y position of the popup point on the screen
    • Method Detail

      • getAddr

        public Address getAddr()
        Returns the address.
        Returns:
        the address for this marker location
      • getMarkerManager

        public MarkerSet getMarkerManager()
        Returns the Marker Manager.
        Returns:
        the marker manager
      • getX

        public int getX()
        Returns the X screen location of the popup point.
        Returns:
        the X coordinate for the screen location.
      • getY

        public int getY()
        Returns the Y screen location of the popup point.
        Returns:
        the Y coordinate for the screen location.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)