1 Reply Latest reply on Jun 19, 2008 12:42 PM by lgweb

    Rich:Gmap doubts

    lgweb

      Is there a way to display data dynamically in a Rich:Gmap? I have the following code that displays a link:

      
       function showDetail() {
       var point = new GLatLng(-23.55, -51.4833333);
       map.setCenter(point);
       var marker = createMarker(point,"Go to the <a target="_blank" href="http://www.noatoseguranca.com.br">NA Segurança</a>');
       map.setZoom(12);
       map.addOverlay(marker);
       }
      
      



      But I would also like to show some data coming from my model, someone know any way to do that?
      Thank you, hugging.