Python

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Integrating Google Map API

    0 answers - 1556 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Message
    From: Christopher Barker [mailto:Chris.Barker (AT) noaa (DOT) gov]
    Sent: May 8, 2006 1:34 PM
    To: wxPython-users (AT) lists (DOT) wxwidgets.org
    Subject: Re: [wxPython-users] Integrating Google Map API
    Felix wrote:
    I was checking the google map api and i wonder:
    How can i write an wxpython app that acts like a google map browser
    ?
    I know google api support xml-rpc calls
    This is a pretty cool idea. However, I'm not entirely sure
    what you intend.
    All I've seen in terms of using the api is a way to create a
    google maps window in your web app, that you can control what
    map is show, and put push-pins and the like on it. However,
    the maps are still delivered by Google, and shown in the browser.
    You could use an embedded browser in your wx app do make sue of this.
    wxHTML does not have the features required.
    Another approach would be to have your app act like the
    browser, and get the tiles for the map you need, and display
    them yourself. However, this is pretty complex, I don't think
    google has published the API for that.
    Might be able to use some stuff from Grail
    (http://grail.sourceforge.net/) and the no-longer-maintained
    python-spidermonkey
    (), which I found
    by search "javascript python" from google. There's probably more.
    To unsubscribe, e-mail: wxPython-users-unsubscribe (AT) lists (DOT) wxwidgets.org
    For additional commands, e-mail: wxPython-users-help (AT) lists (DOT) wxwidgets.org

Re: Integrating Google Map API


max 4000 letters.
Your nickname that display:
In order to stop the spam: 3 + 2 =
QUESTION ON "Python"

EMSDN.COM