Wasn't it maps.huge.info [Maps API Guru] who wrote:
>Mike,
>
>Thanks, that makes sense now. I assume that automatically opening
>(like on page load) an infowindow with a marker will have the same
>effect?
How the code gets called is rather obscure. I'll have another go at
working out what calls it: ...
... No, I can't decipher the source code, but overwriting the
map.allowUsageLogging() Method with this code suggests that a logging
attempt is made whenever the map zooms or pans.
map.allowUsageLogging = function() {
GLog.write("Logging Attempt");
return false;
}
That doesn't seem to make sense. Perhaps I'm looking at completely the
wrong piece of code.
--
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.