Geo link taglib ver. 1.1


    Custom JSP tags library lets you add link to the map with the shared location. This tag provides an implementation for Geo URI format and creates a link to mobile friendly map as per Geo Messages approach. This approach lets your visitors see your shared location and their own location on the same map. You can use such link for sharing your company (event etc.) address, as location info sharing tool etc. For example:
 


<%@ taglib uri="taglib.tld" prefix="an" %>

<a:GeoLink address="London, Downing Street 10">Office in London</a:GeoLink>

and you will get this:

Office in London

Tags are:

GeoLink

Body tag lets you create a link to mobile map according to Geo Messages approach. Tag's body describes an anchor for your link as well as the text for shared location. Attributes are:

1) target Optional parameter. Describes a target frame.
2) title Optional parameter. Describes a title (tooltip).
3) className Optional parameter. Describes a CSS class.
4) style Optional parameter. Describes a CSS style.
5) rel Optional parameter. Describes a rel attribute.
6) address Optional parameter. Describes an address for shared location
7) lat Optional parameter. Describes a latitude for the shared location
8) lng Optional parameter. Describes a longitude for the shared location
9) lang Optional parameter. Describes a language for the shared map

for downloading:

Library: geolinktag.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: