Hello,

my knowledge in .js is near to nil, but I have added a geolocalisation
in my site http://www.psop.fr/?rep_rubrique=MAP_Population


I am now testing Marker Cluster, but i would like to click on the
single locations and get an information box.

Do you have an exemple of the code, or do you know anoter cluster
appli that gives more options.

Thanks

Pierre
France


============================
echo "
                        var latLng = new google.maps.LatLng($lat,$lon);
                        var marker = new google.maps.Marker({
 position: latLng
                        });
markerCluster.addMarker(marker);
";

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to