OSX上的反向地理编码/ MapKit?
问题描述:
iPhone SDK为MapKit提供了一个简单的地图解决方案和反向地理编码,无需任何额外费用。有人知道如果有一个类似的框架为Cocoa在OSX上?我知道google地图是有能力的,但据我所知道和理解,我必须支付,而在商业应用程序中使用谷歌地图。
the iPhone SDK provides with MapKit a simple solution for maps und reverse geocoding without any additional costs. Does anyone know if there is a similar Framework for Cocoa on OSX? I know that google maps is capable of that but as far as I know and understand I have to pay while using google maps in a commercial application?
感谢您的答案
twickl
答
您不使用配额。
api文档位于:
http://code.google.com/apis/maps/documentation/geocoding/
如果您打算合理使用它,这将保持免费(没有api键是谷歌必需的)
If you plan to use it reasonably, this will remain free (no api key is required anymore by google)