Rossko, he wants to load the Maps Javascript API v3 dynamically from a Chrome extension. The recommended solution is only for normal websites, it doesn't work for Chrome extensions. He can only control the page's DOM through a content script that doesn't have access to any page variables. I too am having this problem and will post a solution if I solve it.
On Friday, December 16, 2011 2:00:29 AM UTC-8, Rossko wrote: > > Have you seen the recommended solution > http://code.google.com/apis/maps/documentation/javascript/basics.html#Async > note that including the 'callback' parameter modifies the behaviour > -- 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/-/dVAvx52T8qYJ. 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.
