只需转换为Google Maps V3 API即可。唯一的问题是使用限制。这个应用程序被许多人使用,并且在我们的V2 API中使用
key = <Google V2 Business API Key>
使用V3和JSON,没有这样的密钥,并且一直在审查文档
https://developers.google.com/maps/documentation/geocoding/
它说的地方......
The Google Geocoding API has the following limits in place:
2,500 requests per 24 hour period.
Google Maps API for Business customers have higher limits:
100,000 requests per 24 hour period.
问题是这是如何跟踪的?
1)每个iOS应用程序,无论它在哪里/安装和运行多少?
2)每个带有App的iOS设备?
我们正在使用的网址的确切类型......
http://maps.googleapis.com/maps/api/geocode/json?address=%@&output=json&sensor=false"
无论如何,如果有人知道如何跟踪它并且确实是1),那么我认为不需要Business键吗?
答案 0 :(得分:0)
由于Google Maps API主要是为网站设计的,因此跟踪基于IP /设备基础。我所知道的每个使用基于客户的跟踪的Google API都必须包含用于跟踪的API密钥。