public abstract class AbstractCustomPointIcon extends PointStyle
Constructor and Description |
---|
AbstractCustomPointIcon() |
Modifier and Type | Method and Description |
---|---|
double[] |
getIconAnchor() |
double[] |
getIconSize() |
double[] |
getPopupAnchor() |
AbstractCustomPointIcon |
setIconAnchor(double x,
double y)
Sets the coordinates of the "tip" of the icon in pixels (relative to its top left corner).
|
AbstractCustomPointIcon |
setIconSize(double x,
double y)
Sets the size of the icon in pixels.
|
AbstractCustomPointIcon |
setPopupAnchor(double x,
double y)
Sets the coordinates of the point from which popups will open (relative to the icon anchor).
|
public double[] getIconAnchor()
public AbstractCustomPointIcon setIconAnchor(double x, double y)
x
- y
- public double[] getIconSize()
public AbstractCustomPointIcon setIconSize(double x, double y)
x
- y
- public double[] getPopupAnchor()
public AbstractCustomPointIcon setPopupAnchor(double x, double y)
x
- y
-