|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBodyTagSupport
com.lamatek.tags.google.GoogleMapMarkerTag
public class GoogleMapMarkerTag
GoogleMapMarkerTag This class represents a <googlemaps:marker> tag. Developers should not subclass or override this class or it's methods.
| Constructor Summary | |
|---|---|
GoogleMapMarkerTag()
|
|
| Method Summary | |
|---|---|
void |
addEvent(GoogleMapEventTag event)
Adds an event to this marker. |
int |
doEndTag()
Overrides doStartTag() from BodytagSupport. |
int |
doStartTag()
Overrides doStartTag() from BodytagSupport. |
GoogleMapBlowupTag |
getBlowup()
Returns the currently defined blowup window for this marker. |
java.util.Vector |
getEvents()
Returns the list of currently registered event listeners for this overlay. |
GoogleMapIconTag |
getIcon()
Returns the GoogleMapIconTag that renders this marker, or null if the default markers are used. |
java.lang.String |
getId()
Returns this marker's id. |
InfoWindow |
getInfoWindow()
Returns the currently defined info window for this marker. |
java.lang.String |
getPoint()
Returns the id of the GoogleMapPointTag used as the centerpoint for this marker. |
boolean |
isDraggable()
Denotes whether or not this marker should be draggable. |
void |
setBlowup(GoogleMapBlowupTag blowup)
Sets the map blowup window for this marker. |
void |
setDraggable(boolean draggable)
Sets wheter or not this marker should be draggable. |
void |
setEvents(java.util.Vector events)
Sets a list of registered event listeners. |
void |
setIcon(GoogleMapIconTag icon)
Sets a GoogleMapIconTag for this marker, overriding the standard Google Maps marker icon. |
void |
setId(java.lang.String id)
Sets the unique id for this marker. |
void |
setInfoWindow(InfoWindow infoWindow)
Sets the info window for this marker. |
void |
setPoint(java.lang.String point)
Sets the id for the GoogleMapPointTag used as the centerpoing for this marker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapMarkerTag()
| Method Detail |
|---|
public int doStartTag()
public int doEndTag()
public void addEvent(GoogleMapEventTag event)
addEvent in interface GoogleMapEventListenerevent - An initializes GoogleMapEventTagpublic void setInfoWindow(InfoWindow infoWindow)
infoWindow - A tag that implements InfoWindowpublic void setBlowup(GoogleMapBlowupTag blowup)
infoWindow - An initialized GoogleMapBlowupTagpublic void setIcon(GoogleMapIconTag icon)
icon - An initialized GoogleMapIconTagpublic InfoWindow getInfoWindow()
public GoogleMapBlowupTag getBlowup()
public java.lang.String getId()
public void setId(java.lang.String id)
id - A unique id for this marker instance.public java.lang.String getPoint()
public void setPoint(java.lang.String point)
point - A valid GoogleMapPointTag id.public java.util.Vector getEvents()
getEvents in interface GoogleMapEventListenerpublic void setEvents(java.util.Vector events)
events - A Vector of GoogleMapEventTags.public GoogleMapIconTag getIcon()
public boolean isDraggable()
public void setDraggable(boolean draggable)
draggable - True if this marker is to be draggable, false if not.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||