Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在iphone中使用google place api查询我家附近的超市_Iphone_Objective C_Ios_Ipad_Google Api - Fatal编程技术网

如何在iphone中使用google place api查询我家附近的超市

如何在iphone中使用google place api查询我家附近的超市,iphone,objective-c,ios,ipad,google-api,Iphone,Objective C,Ios,Ipad,Google Api,我是Google places API的新手,不知道如何在我们的应用程序中使用……有人能告诉我如何获取我所在地的超市列表吗 目前我正在使用这个,但无法得到我想要的东西 请帮我解决问题…URL应该是: https://maps.googleapis.com/maps/api/place/search/json?location=lat,long&radius=500&types=grocery_or_supermarket&sensor=false&key=your

我是Google places API的新手,不知道如何在我们的应用程序中使用……有人能告诉我如何获取我所在地的超市列表吗

目前我正在使用这个,但无法得到我想要的东西

请帮我解决问题…

URL应该是:

https://maps.googleapis.com/maps/api/place/search/json?location=lat,long&radius=500&types=grocery_or_supermarket&sensor=false&key=yourkey