Class MapMarker

java.lang.Object
org.jxmapviewer.viewer.GeoPosition
ru.bitel.bgbilling.kernel.map.bean.MapMarker
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeviceMapMarker

public class MapMarker extends org.jxmapviewer.viewer.GeoPosition
Представление координат конкретной точки на карте.
See Also:
  • Constructor Details

    • MapMarker

      public MapMarker(MouseListener mouseListener, double latitude, double longitude)
    • MapMarker

      public MapMarker(int id, String title, double latitude, double longitude, MouseListener mouseListener)
    • MapMarker

      public MapMarker(int id, String title, double latitude, double longitude, MouseListener mouseListener, String imagePath)
    • MapMarker

      public MapMarker(int id, String title, double latitude, double longitude)
    • MapMarker

      public MapMarker(int id, String title, boolean showTitle, double latitude, double longitude, MouseListener mouseListener)
  • Method Details

    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getClickListener

      public MouseListener getClickListener()
    • setClickListener

      public void setClickListener(MouseListener clickListener)
    • isShowTitle

      public boolean isShowTitle()
    • setShowTitle

      public void setShowTitle(boolean showTitle)
    • isVisible

      public boolean isVisible()
    • setVisible

      public void setVisible(boolean visible)
    • getImagePath

      public String getImagePath()
    • setImagePath

      public void setImagePath(String imagePath)