Get physical map location of object based off user input
问题 I am getting user input into a python application of a local landmark. With this data I am trying to get the longitude and latitude of their object using Google maps. I am trying to work with the Google gdata api for the maps but I did not find a way to get long and lat data from a search query when working in python. I am ok using any system that will solve my problem in python. 回答1: Are you trying to geocode a street or POI (point of interest)? In that case, geopy is perfect: In [1]: from