Class PointTag

All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class PointTag extends GoogleMapEntryTag
A JSP Tag to generate a Google LatLng literal.
Since:
1.0
Version:
6.3
Author:
Luke
See Also:
  • Constructor Details

    • PointTag

      public PointTag()
  • Method Details

    • setPoint

      public void setPoint(GeoLocation loc)
      Sets the location of the marker.
      Parameters:
      loc - the marker's location
    • doEndTag

      public int doEndTag() throws JspException
      Renders the JSP tag, creating a Javascript GPoint.
      Specified by:
      doEndTag in interface Tag
      Overrides:
      doEndTag in class TagSupport
      Returns:
      TagSupport.EVAL_PAGE always
      Throws:
      JspException