On Aug 17, 11:43 am, Nikul Padhya <[email protected]> wrote: > Hello everyone. > > I am not sure this is the right place to post this question, but since > this is the place for Google Javascript API I think I can put an > effort. > > I have a question about "Google Maps Javascript API and PyQt". > Is there any way we can access Maps API with PyQt? I have came across > many Javascript with PyQt Examples but non of em show how I can access > Javascript objects with Pyqt.
It looks to me like PyQt is server-side. If that is the case, the answer is you can't. The google maps API runs in the browser, you can send information back and forth between the client and the server but you can't access the javascript objects directly. -- Larry > > If anyone happen to have an example, please let me know. > > Thank you all. -- 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.
