Google maps using python

SO, i'm reaching you again for your help.

I have a simpe program in python that reads serial, from arduino, connected to mediatek 3339 gps. Then it stores the $gpgga. Then $gpgga is processed and transformed into lan, long and altitude.

What i want is from python, show the google maps and the red target at the longitude and latitude. All in a application, it can't open html, something like this: http://image.slidesharecdn.com/npujolgpstracker-140118084302-phpapp02/95/slide-22-638.jpg?cb=1390056428 and this: http://1.bp.blogspot.com/_F0i917zfySk/THSSyADuaMI/AAAAAAAAB3k/EZAYjd0lAFE/s1600/ground_station_gps.png

I searched and found 2 libraries: GitHub - geopy/geopy: Geocoding library for Python. and Google Code Archive - Long-term storage for Google Code Project Hosting. , but i don't think they make what i want to make, correct me if i'm wrong. Is there any library to make this? Anyone already did this and can share code?

Grateful

Is this an Arduino problem or a Python problem?

What does this mean

All in a application, it can't open html

?

...R

Robin2:
Is this an Arduino problem or a Python problem?

What does this mean

All in a application, it can't open html

?

...R

Sorry for bad description, what i mean is something like this: http://1.bp.blogspot.com/_F0i917zfySk/THSSyADuaMI/AAAAAAAAB3k/EZAYjd0lAFE/s1600/ground_station_gps.png

In the program, a window with google map and other things

That seems to be a Python program rather than an Arduino program.

I think it would be more useful to search for a solution in the Python community.

...R

Robin2:
That seems to be a Python program rather than an Arduino program.

I think it would be more useful to search for a solution in the Python community.

...R

Yes, it is in python, that's what is in title :wink: . I posted here to see if someone had already made this (arduino tranfering gps data to pc, and python showing map with lat and long).

Grateful