public class CircleMarker extends AbstractPath
Modifier | Constructor and Description |
---|---|
protected |
CircleMarker() |
Modifier and Type | Method and Description |
---|---|
static CircleMarker |
create(LatLng latlng,
CircleMarkerOptions circleMarkerOptions) |
LatLng |
getLatLng() |
double |
getRadius() |
void |
setLatLng(LatLng l) |
void |
setRadius(double radius) |
bindPopup, bindPopup, bindTooltip, bindTooltip, getBounds, redraw, setStyle, toGeoJSON, toGeoJSONString
bringToBack, bringToFront, closePopup, closeTooltip, openPopup, openTooltip
addClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListener
public static CircleMarker create(LatLng latlng, CircleMarkerOptions circleMarkerOptions)
public final LatLng getLatLng()
public final void setLatLng(LatLng l)
public final double getRadius()
public final void setRadius(double radius)