Hi, is 'callback' parameter required for loading maps via google.load? It doesn't say that anywhere in the docs (http://code.google.com/intl/pl/ apis/ajax/documentation/), on the contrary, there is an example that doesn't pass that parameter; but in my case, calling google.load ('maps', '2') causes the loader to eat the whole page body... everything just disappears. Same with google.load('maps', '2', {}). And with '2.x' as the version. google.load('maps', '2', {callback: null}) works fine...
Example here: http://dl.getdropbox.com/u/41808/destroy_universe.html - tested in Firefox 3 and Safari 4. Best regards, Jakub Suder --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
