I entered the code on line 89, however the site now comes up blank.
Below are lines 79 through 90:

for (var i = 0; i < results.length; i++) {
   var result = results[i];
   var markerLatLng = new google.maps.LatLng(parseFloat(result.lat),
                                            (parseFloat(result.lng));
   var marker = new google.maps.Marker(markerLatLng);

   marker.bindInfoWindow(result.html.cloneNode(true));
   result.marker = marker;
   map.addOverlay(marker);
   document.getElementById('latlng').innerHTML +=
   (markerLatLng.toUrlValue + "<br/>");
}


Any advice?

In regards to the terms, I won't be copying, storing, archiving,
republishing, or creating a database of any information. I'm just
trying to find patterns of kml postings for my own interest. Thank you
for your response, any help is much appreciated.

On Jul 20, 3:15 pm, Andrew Leach <[email protected]>
wrote:
> On Jul 20, 10:33 pm, Shaunt <[email protected]> wrote:
>
> > Pretty much, I want the
> > location of each kml saved for a different map, however I can't do it
> > manually because there are nearly 5,000 results for the keyword that
> > I'm searching and it would take weeks if not months to do so.
>
> You may need to satisfy yourself that you are within the Terms -- but
> presumably you have already done that.
>
> In particular, 10.6 of the Maps API 
> Termshttp://code.google.com/apis/maps/terms.html
> and various parts of the LocalSearch terms 
> athttp://code.google.com/apis/ajaxsearch/terms.html:
> "You may not ...use any robot, spider, site search/retrieval
> application, or other device to retrieve or index any portion of
> Google Search Results; ...copy, store, archive, republish, or create a
> database of Google Search Results, in whole or in part, directly or
> indirectly"
>
> Your description is a little vague, so hopefully that doesn't pour
> cold water on the project.
>
> Andrew
--~--~---------~--~----~------------~-------~--~----~
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