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 Summary
ConstructorDescriptionMapMarker
(int id, String title, boolean showTitle, double latitude, double longitude, MouseListener mouseListener) MapMarker
(int id, String title, double latitude, double longitude, MouseListener mouseListener) MapMarker
(int id, String title, double latitude, double longitude, MouseListener mouseListener, String imagePath) MapMarker
(MouseListener mouseListener, double latitude, double longitude) -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getTitle()
boolean
boolean
void
setClickListener
(MouseListener clickListener) void
setId
(int id) void
setImagePath
(String imagePath) void
setShowTitle
(boolean showTitle) void
void
setVisible
(boolean visible) Methods inherited from class org.jxmapviewer.viewer.GeoPosition
equals, getLatitude, getLongitude, hashCode, toString
-
Constructor Details
-
MapMarker
-
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
-
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
-
setTitle
-
getClickListener
-
setClickListener
-
isShowTitle
public boolean isShowTitle() -
setShowTitle
public void setShowTitle(boolean showTitle) -
isVisible
public boolean isVisible() -
setVisible
public void setVisible(boolean visible) -
getImagePath
-
setImagePath
-