Is there a way to retrieve the copyright information Google Maps displays at the bottom right of the map for a given map-bounds-rectangle? That is, other than looking for it in the DOM. For example, for the default view on http://maps.google.com I would like to obtain "©2011 Europa Technologies, INEGI, MapLink".The API seems to send a request for it (i.e. http://maps.google.com/maps/vp?spn=0.042254,0.136385&z=14&vp=51.452509,-0.121365&ev=zi&hl=en&country= ) but I would prefer to access it through the API rather than directly.
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/v3G_BTXOsBcJ.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
Why do you want this information?
-- Luke