google places api help c# -


i dont have experience google apis @ , need implement , appreciate if me

i have implement google places api(?) results form google places , details associated place

for example if type pizza london in google places search you'll 10 places per page. need "link site" , xml(preferable) type of result details place, such address, contact, link website, , payment options.

i dont know if possible if appreciate if post example of how works

thanks in advance

basically need register , key use google places. once have key can access ...

https://maps.googleapis.com/maps/api/place/search/xml?location=31.1556451,-93.7761955&radius=7500&sensor=false&key=enter-google-key-here&types=bar 

which lists bars within 7.5km of place latitude: 31.1556451 , longitude: -93.7761955

--- additions in response comment below ---

if have place (like london) , not latitude , longitude go it, can try 2 step process -- use google geocoding api lat lon , use search pizza using google places api.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -