On 17 February 2011 18:42, Yunus Y. <[email protected]> wrote: > Hi. I'm developing an application by Using V3 version. > I have some questions and need confirmations about using the map. So here > are my questions. > Q1-) > My application runs only on index.php. Since I don't want the map to be > loaded on every click on links, I'm using AJAX requests. Only one map is > loaded at the beginning. AFter clicking some links on the page, the full > page (as well as map) is covered with a white background and I'm displaying > the data that comes from AJAX request on that 'white cover'. And when a user > clicks 'Return to map', I just hide the cover and map is seeable again. I'll > use 'Making Ajax Applications Crawable' technique the is explained on > here <http://code.google.com/intl/tr-TR/web/ajaxcrawling/> to make my > map-site crawable. Is using this 'white cover' technique agains the Google > Maps Terms? >
I dont know of anything in the terms that would prevent that. Commonly called lightbox. > > Q2-) > We know there is GOOGLE logo at the bottom-left on the map and 'another > info with Terms of Use link' at the bottom-right of the map. *These are > visible at the first load of the map*. What if I place a <div> dynamically > (maybe after user clicks a marker) on the map and that div causes 'Google > LOGO' or 'another info with Terms of Use link' to be invisible? Is it agains > Google Maps Terms ? > Yes, that would almost certainly be against the TOS. Why would you want do to that anyway? > Thanks for replies :) > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" 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-js-api-v3?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
