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, toGeoJSONString
bringToBack, bringToFront, closePopup, closeTooltip, openPopup, openTooltip
addClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListener
public 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)