我想画两个地方之间的路线。我有这些地方的GPS值。我可以从google api http://maps.google.com/maps?output=dragdir&saddr=&daddr=
获取这些地点之间的GPS路线值。
我想知道Google会拒绝我的应用。因为我发现了“the Directions API may only be used in conjunction with displaying results on a Google map; using Directions data without displaying a map for which directions data was requested is prohibited. Additionally, calculation of directions generates copyrights and warnings which must be displayed to the user in some fashion. For complete details on allowed usage, consult the Maps API Terms of Service License Restrictions
”
请允许我澄清一下。
答案 0 :(得分:0)
除非您将其与Google地图一起使用,否则您不得使用Google Maps API。要使用方向数据,您必须使用基于javascript的Google地图UIWebView
。