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, setLayersetLat, setLonCoordinate getCoordinate()
double getLat()
ICoordinategetLat in interface ICoordinatedouble getLon()
ICoordinategetLon in interface ICoordinatedouble getRadius()
MapMarker.STYLE getMarkerStyle()
void paint(java.awt.Graphics g, java.awt.Point position, int radius)
position specifies the
coordinates within gg - graphicsposition - coordinatesradius - radius