ivanocj / gmaps4jsf

Automatically exported from code.google.com/p/gmaps4jsf
0 stars 0 forks source link

how to integrate gmaps4jsf with api3 to draw a polygon #172

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is possible ?

I add several points and would like to select them with a polygon

code

<ui:repeat var="p"  value="#{conect.pontos}" >

<m:marker latitude="#{p.lon}" longitude="#{p.lat}">

</m:marker> 

</ui:repeat>

sorry for english I'm Brazilian

: D

Original issue reported on code.google.com by Coruja...@gmail.com on 30 Jun 2011 at 7:01

GoogleCodeExporter commented 8 years ago
Yes, you can use the m:polygon and the ui:repeat with the m:point component.

Original comment by Hazem.sa...@gmail.com on 25 Aug 2011 at 2:26

GoogleCodeExporter commented 8 years ago

Original comment by Hazem.sa...@gmail.com on 14 Mar 2013 at 12:16