开发者

problem in finding the nearest places in google map

开发者 https://www.devze.com 2023-03-08 04:29 出处:网络
i want to do one application which searches for the nearset stores or hotels in iphone. for that i found a link in google http://code.google.com/apis/maps/documentation/places/#PlaceSearchesi studied

i want to do one application which searches for the nearset stores or hotels in iphone. for that i found a link in google http://code.google.com/apis/maps/documentation/places/#PlaceSearches i studied that document and i used the example link https://maps.googleapis.com/maps/api/place/search/xml?location=-33.8670522,151.1957开发者_开发百科362&radius=500&types=food&name=harbour&sensor=false&key the key used is my key. but this link is not working for me to see the xml in the browser. i got the error as

<PlaceSearchResponse>
<status>REQUEST_DENIED</status>
</PlaceSearchResponse>

how to see this xml document fullly ... any help...

EDIT: Deleted my key


There's something wrong with your API key. Follow the instructions on that page you linked to and go to API Access on https://code.google.com/apis/console/

BTW, you shouldn't post your API key on a public website.

0

精彩评论

暂无评论...
验证码 换一张
取 消