Wasn't it maps.huge.info [Maps API Guru] who wrote: >Here's another question... > >I have a lot of pages that could be crawled for valuable but not a one >uses a marker or an infowindow that's predefined. > >I certainly can code in markers and infowindows and not have them >show, how would the robot treat these?
My understanding is that whenever you create a marker or open an infowindow, a logging message will be sent to a Google server. There's been code to do that in the API since v2.45, but it's always been switched off by loader parameters. The Google spider doesn't obtain the information by trying to decipher the source code that it reads from your page. When you make API calls to display information on your map, the API logs it dynamically. -- Mike Williams http://econym.org.uk/gmap -- 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.
