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, toGeoJSONStringbringToBack, bringToFront, closePopup, closeTooltip, openPopup, openTooltipaddClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListenerpublic 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)