public class Marker extends Overlay
Constructor and Description |
---|
Marker(LonLat gLatLng) |
Marker(LonLat lonLat,
EventType[] events) |
Marker(LonLat lonLat,
EventType[] events,
PopupWindowPanel popup) |
Marker(LonLat gLatLng,
IOpenLayersMap map) |
Marker(LonLat gLatLng,
PopupWindowPanel popup) |
Marker(LonLat lonLat,
PopupWindowPanel popup,
EventType[] events,
Icon icon) |
Marker(LonLat lonLat,
PopupWindowPanel popup,
Icon icon) |
Modifier and Type | Method and Description |
---|---|
void |
addEvent(EventType evt) |
EventType[] |
getEvents() |
Icon |
getIcon() |
protected String |
getJSconstructor() |
LonLat |
getLonLat() |
IOpenLayersMap |
getMap() |
PopupWindowPanel |
getPopup() |
void |
setIcon(Icon icon) |
void |
setLagLng(LonLat gLatLng) |
void |
setMap(IOpenLayersMap map) |
addBehavior, clearBehaviors, getBehaviors, getId, getJSadd, getJSremove, getJSResourceReferences, getOverlayJSVar, removeBehavior
public Marker(LonLat gLatLng)
gLatLng
- the point on the map where this marker will be anchoredpublic Marker(LonLat gLatLng, IOpenLayersMap map)
public Marker(LonLat lonLat, EventType[] events, PopupWindowPanel popup)
public Marker(LonLat gLatLng, PopupWindowPanel popup)
public Marker(LonLat lonLat, PopupWindowPanel popup, EventType[] events, Icon icon)
public Marker(LonLat lonLat, PopupWindowPanel popup, Icon icon)
public void addEvent(EventType evt)
public EventType[] getEvents()
public Icon getIcon()
protected String getJSconstructor()
getJSconstructor
in class Overlay
public LonLat getLonLat()
public PopupWindowPanel getPopup()
public void setIcon(Icon icon)
public void setLagLng(LonLat gLatLng)
public void setMap(IOpenLayersMap map)
public IOpenLayersMap getMap()
Copyright © 2015. All rights reserved.