使用 Google Maps API 的约束和限制
我开发了一个 Android 移动应用程序,
我正在使用 Google 地图 API
- 显示当前位置(在当前位置绘制不同类型的形状)
- 显示附近区域。然而,这些位置来自我的本地数据库,我只是将其覆盖在我的地图上,
- 显示两个位置之间的路线。事实上,我想从我当前的位置绘制许多路线。我已经推荐了 J2ME/Android/BlackBerry - 驾驶方向,两个位置之间的路线用于显示两个位置之间的路线。
- 在 ListView 中显示所有附近区域
我的问题是:我在这里所做的事情是否被认为是合法的?
我想知道使用 Google 地图的规则是什么?
或者说我们可以用谷歌地图做哪些被认为是合法的事情。
使用 Google 地图有任何许可方案吗?还是免费的?
请指导我..
I have developed an android mobile application
I am using Google Maps API for
- Displaying Current Location (Drawaing different types of shapes on my current location)
- Displaying Nearby Areas. However the positions come from my local database and i am just overlaying it on my map
- Displaying routes between two positions. Infact i want to draw many routes from my current positions. I have reffered J2ME/Android/BlackBerry - driving directions, route between two locations for displaying routes between two positions.
- Displaying all the Nearby Areas in a ListView
My questions is : what i am doing here is considered as legal or not ?
I want to know what are the rules for using Google Maps ?
Or lets say what are the things that we can do with google maps that would be considered as legal.
Is there any license scheme for using Google Maps ? or its for Free ?
Please guide me..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的要求完全合法,您可以查看以下链接 http://www.google。 com/permissions/geoguidelines.html
如果您低于查询限制,Google 地图是免费的
http://code.google.com/apis/maps/documentation/geocoding/ #限制
Your requirements are perfectly legal, You may have a look at the following link http://www.google.com/permissions/geoguidelines.html
Google maps is free if you are below the the query limit
http://code.google.com/apis/maps/documentation/geocoding/#Limits