Use Google Gears geolocation from a python app -


i'd use google geolocation api in app, written in python. problem google provides json interface (easily useable python) http://code.google.com/p/gears/wiki/geolocationapi see api "is published allow developers provide own network location server use through gears api. google's network location server used through gears api. see section 5.3 of gears terms of service @ [address]."

it strange thing: there cool json cannot use it. have use through google gears instead. how can python app?

for example, see geolocation service provided firefox calls directly json api. why ff able that?

thanks,
alessio palmero aprosio

google has deprecated gears entirely, geolocation feature standard in modern browsers (for values of "standard").

the pylocation module may provide information need. can output geolocation data in text, json, or xml.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -