GoogleMaps JSP Tag Library
Tag point


A point represents a geographical location. User must specify either a longitude/latitude pair or address information. This tag provides geocoding through the following:


Tag Information
Tag Classcom.lamatek.tags.google.GoogleMapPointTag
TagExtraInfo ClassNone
Body Contentempty
Display NameGoogleMapPointTag

Attributes
NameRequiredRequest-timeTypeDescription
idtruetruejava.lang.StringA page specific id for this marker. This value is used to specify this point when used in a point or pointlist attribute.
centerfalsetruebooleanDenotes this <googlemaps:point> as the center point of the map. Overrides the centerLatitude and centerLongitude values of the <googlemaps:map> tag if specified.
longitudefalsetruedoubleThe longitude value (in decimal format) of this point in the line.
longitudeAsStringfalsetruejava.lang.StringThe longitude value (in decimal format as a String) of this point in the line.
latitudefalsetruedoubleThe latitude value (in decimal format) of this point.
latitudeAsStringfalsetruejava.lang.StringThe latitude value (in decimal format as a String) of this point.
ipfalsetruejava.lang.StringThe ip address to locate on the map.
addressfalsetruejava.lang.StringThe street address of the location to map.
cityfalsetruejava.lang.StringThe city name of the location to map.
statefalsetruejava.lang.StringThe state or province of the location to map.
zipcodefalsetruejava.lang.StringThe zipcode or postal code of the location to map.
countryfalsetruejava.lang.StringThe ISO compliant country code of the location to map.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.