> I'm displaying a web page using Qt QML WebView (which uses QWebKit > underneath). Initially I display the page with the URL set towww.google.com. > This displays. I then press a button which sets the URL to a local > HTML file. The file loads and uses the "onLoad" event to create a new > google.maps.Map and display it.
This isn't very clear. Okay, so this QT thing can display the Google search page. Can it cope with maps.google.com, do you get a useable map ? That works something similar to an API based map. Maybe its an issue with using local files ... you're not trying to use a local copy of the API or something? -- 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.
