public class Marker extends AbstractPath
| Modifier | Constructor and Description |
|---|---|
protected |
Marker() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDragEndListener(ClickListener listener) |
static Marker |
create(LatLng latlng,
MarkerOptions options) |
LatLng |
getLatLng() |
Marker |
setIcon(AnyIcon icon) |
void |
setLatLng(LatLng l) |
void |
setWeight(int weight) |
bindPopup, bindPopup, bindTooltip, bindTooltip, getBounds, redraw, setStyle, toGeoJSON, toGeoJSONStringbringToBack, bringToFront, closePopup, closeTooltip, openPopup, openTooltipaddClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListenerpublic static Marker create(LatLng latlng, MarkerOptions options)
public final LatLng getLatLng()
public final void setLatLng(LatLng l)
public final void addDragEndListener(ClickListener listener)
public final void setWeight(int weight)