public interface MapMarker extends MapObject, ICoordinate
Modifier and Type | Interface and Description |
---|---|
static class |
MapMarker.STYLE |
Modifier and Type | Method and Description |
---|---|
Coordinate |
getCoordinate() |
double |
getLat()
Returns latitude.
|
double |
getLon()
Returns longitude.
|
MapMarker.STYLE |
getMarkerStyle() |
double |
getRadius() |
void |
paint(java.awt.Graphics g,
java.awt.Point position,
int radius)
Paints the map marker on the map.
|
getBackColor, getColor, getFont, getLayer, getName, getStroke, getStyle, getStyleAssigned, isVisible, setLayer
setLat, setLon
Coordinate getCoordinate()
double getLat()
ICoordinate
getLat
in interface ICoordinate
double getLon()
ICoordinate
getLon
in interface ICoordinate
double getRadius()
MapMarker.STYLE getMarkerStyle()
void paint(java.awt.Graphics g, java.awt.Point position, int radius)
position
specifies the
coordinates within g
g
- graphicsposition
- coordinatesradius
- radius