How many free mapviews can I do with my Android app + Google Maps Android API?

无人久伴 提交于 2019-12-13 07:38:37

问题


With Google Maps API, you have a limited # of free mapviews (25000 per day) before you start to pay (0,5$ per day/1000 mapviews) or buy a premium license (1M mapviews per year).

But my quesiton is:

I want to attach a google map inside of my Android App, but I'm wondering about how many free mapviews can I do? Does it work like Google Maps API? Do not we have a limited number of mapviews?

The reason why I'm asking this is because I want to geolocalize my inicial coordinates and then, "draw" the path that I follow in a Google Map (depending of the # of mapviews..refreshing it more or less usual).

Thanks a lot


回答1:


It is unlimited. Native maps API for Android is not affected by restrictions. See https://developers.google.com/maps/faq#usagelimits



来源:https://stackoverflow.com/questions/13973502/how-many-free-mapviews-can-i-do-with-my-android-app-google-maps-android-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!