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() |
double |
getLon() |
MapMarker.STYLE |
getMarkerStyle() |
double |
getRadius() |
void |
paint(Graphics g,
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()
getLat
in interface ICoordinate
double getLon()
getLon
in interface ICoordinate
double getRadius()
MapMarker.STYLE getMarkerStyle()