简体   繁体   English

WindowsPhone应用程序和GoogleMaps的限制

[英]WindowsPhone app and GoogleMaps limits

My goal is to write a windows phone free app (with some ads) with milions of google maps requests per day. 我的目标是编写每天都有数百万个Google地图请求的Windows Phone免费应用程序(带有一些广告)。 This request will come form thousands of independent users (free of any charge). 此请求将来自成千上万的独立用户(免费)。

However, the problem is google maps API limits. 但是,问题是Google Maps API限制。 For simple things, like getting maps or geocoding - no any API key is required. 对于简单的事情,例如获取地图或地理编码-不需要任何API密钥。 However if I search for places (eg Pizza in London or Cinema, Paris or Doctor AnyCityHere) - than 'places API' is accessed. 但是,如果我搜索地点(例如伦敦的披萨或电影院,巴黎或AnyCityHere医生),则会访问“地点API”。 It is limited for 100k requests per day per API KEY (not per user) so if my app will be succesfull it will stop working very soon each day. 每个API密钥(不是每个用户)每天最多只能有10万个请求,因此如果我的应用程序成功运行,它将每天很快停止工作。

According to https://developers.google.com/places/uplift - I can use "Places Library..." rather than "Places API web service" - in order not to use API key, and make limits counts for each user, not entire App. 根据https://developers.google.com/places/uplift-我可以使用“ Places Library ...”而不是“ Places API网络服务”-为了不使用API​​密钥,并对每个用户进行限制计数,而不是整个App。 The problem is, that this alternative solution is a JavaScript library, and probably can't be used in WindowsPhone App, am I right? 问题是,该替代解决方案是一个JavaScript库,可能无法在WindowsPhone App中使用,对吗?

So the question is: can anyone tell me how to give WindowsPhone users a reliable google maps solution, that makes places searach requests limit for single user, not for enitire app? 因此,问题是:谁能告诉我如何为WindowsPhone用户提供可靠的Google Maps解决方案,从而使单个用户而不是enitire应用程序的场所出现盗版请求限制?

For now there is no point to write succesfull google maps client for WindowsPhone because getting success means you either stuck because API requests limit, or you have to pay google for this, am I right? 现在没有必要为WindowsPhone编写成功的google maps客户端,因为获得成功意味着您要么因为API请求限制而陷入困境,要么为此必须向google支付费用,对吗? or I am missing something? 还是我缺少什么?

You can use Nokia Maps which is based on the powerfull maps of Navteq 您可以使用基于Navteq强大地图的诺基亚地图

Maps and navigation for Windows Phone 8 Windows Phone 8的地图和导航

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM