How to add Points and Markers Dynamically to Google Maps from JSF

Posted by Omer on Stack Overflow See other posts from Stack Overflow or by Omer
Published on 2009-11-27T03:22:24Z Indexed on 2010/03/14 8:05 UTC
Read the original article Hit count: 420

Filed under:
|
|
|

I have an app in J2EE with a couple of projects. Got my .war project that communicates with a EJB business project which has access to some Data.

I have an entity which has some information about places, and I want to show a collection of those places in a single map on a JSF page.

I have a Collection of coordinates to be assigned as points on a polyline in Google maps, and I've got this collection as a return of a java function of the jsf page, but I dont know how to get this collection from jsf and then how to make the map work

I'll be very greatful if someone can give me some jsf code as an example.

(and if someone knows how to set the autoReshape attribute for maps in jsf using javascript, please tell me the secret!!!!)

Thanks a lot.

© Stack Overflow or respective owner

Related posts about google-maps

Related posts about jsf