0

I'm using gmaps4jsf and I see that you can set markers based on lat and long, but how can you set markers based on an address? All the examples on the net are for version < 3.0 and they show the <m:marker> tag with an attribute of address, but the documentation does not have that attribute and when i try setting it anyways, it doesn't work unless i use lat/long.

Piyush Gupta
  • 2,181
  • 3
  • 13
  • 28
Catfish
  • 18,876
  • 54
  • 209
  • 353

1 Answers1

2

GMaps4JSF's marker has an address attribute since its early days, here are online examples: http://www.mashups4jsf.com/gmaps4jsf-examples2-3.0.0/pages/addressableMarkers.xhtml http://www.mashups4jsf.com/gmaps4jsf-examples2-3.0.0/pages/addressableMarkers.xhtml.source

The documentation was just missing this attribute.

Hazem Saleh
  • 272
  • 1
  • 8
  • Ahh i see. I must have been hitting the limit before. Seems like after 10 markers it doesn't put anymore on there. – Catfish Jul 19 '13 at 20:18
  • yeah the 10 markers limits are some pain, i'm trying this: http://stackoverflow.com/questions/10762839/javascript-google-maps-displays-only-10-markers-out-of-100-is-there-a-limit – Enrique San Martín Jun 28 '16 at 05:00