Reverse Geocoding/MapKit on OSX?

江枫思渺然 提交于 2019-12-10 10:56:10

问题


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?

Thanks for your answers

twickl


回答1:


You won't have to pay as long as you don't use the quota.
The api documentation is here : http://code.google.com/apis/maps/documentation/geocoding/

If you plan to use it reasonably, this will remain free (no api key is required anymore by google)



来源:https://stackoverflow.com/questions/2477512/reverse-geocoding-mapkit-on-osx

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