Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/366.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/103.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
Google将Javascript库放在iOS上_Javascript_Ios_Google Places Api_Google Places - Fatal编程技术网

Google将Javascript库放在iOS上

Google将Javascript库放在iOS上,javascript,ios,google-places-api,google-places,Javascript,Ios,Google Places Api,Google Places,我需要搜索附近的地方,这样我就可以在https请求中使用常规的GooglePlacesAPI,但这给了我每个应用程序的限制,而不是每个用户的限制 如果我的用户群增加,我就完蛋了。。。所以谷歌说: If you are developing a web based application that only needs to search for places, and is not submitting new places or Place Bumps, you should use the

我需要搜索附近的地方,这样我就可以在https请求中使用常规的GooglePlacesAPI,但这给了我每个应用程序的限制,而不是每个用户的限制

如果我的用户群增加,我就完蛋了。。。所以谷歌说:

If you are developing a web based application that only needs to search for places,
and is not submitting new places or Place Bumps, you should use the Places library
of the Maps API rather than using the Places API web service. The Places library
assigns a quota to each end user rather than to each key. This means that your
available quota increases with your user base rather than being capped at a fixed
amount.
因此,我想知道如何在iOS应用程序中使用Javascript库


提前谢谢。

罗德里戈,你有进展吗?