hi ,

      i am having 50 addresses that are taking form the database.  i
am using the following logic to mark on the map

   var geocoder = new GClientGeocoder();
   geocder.getLatLng(address, function(point){

              if(point)
             {
               var marker = new GMarker(point,icon);
            });

But in This case the 50 addresses are not converting into lat() &
lng(). some points are showing NULL values and some are plotting on
the map .
So I need all My 50 addresses has to be plotted as Markers on the
map , can anybody give idea about this? I will be very happy

Thanks
-Anji

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to