Categories: How do I... ? : Directions : Desktop - Other : Other :

recieve google maps direction reply on a python program

Showing 1-6 of 6 messages
recieve google maps direction reply on a python program hnagri 6/28/12 7:43 AM I am trying to figure out a way to get directions from Google maps for more than three Geo points. My limitation is that I can use only python to bifurcate the output I receive from Google maps. I cant use even java script or anything else other than
Re: recieve google maps direction reply on a python program barryhunter 6/28/12 8:23 AM The is a directions apihttps://http://developers.google.com/maps/documentation/directions/  But read the terms and usage details very carefully, doesnt sound like you allowed to use it for your situiation. 
Re: recieve google maps direction reply on a python program hnagri 6/28/12 11:06 PM @barryhunter I read whole document it says it will provide output via json or xml i want a string type output which i can receive via python and only python. Thanx
Re: recieve google maps direction reply on a python program barryhunter 6/29/12 11:06 AM both xml and json are 'strings'  python is perfectly capable of decoding xml or json. you may want to use a third party library, rather htan try to decode them yourself. 
Re: recieve google maps direction reply on a python program hnagri 7/1/12 11:34 PM Ok i'll try that. can you refer me ant third party API for that ?
Re: recieve google maps direction reply on a python program barryhunter 7/2/12 5:36 AM for 'what'?