SVGeocoder

程序名称:SVGeocoder

授权协议: MIT

操作系统: iOS

开发语言: Objective-C

SVGeocoder 介绍

SVGeocoder 是对 Google Geocoding
Service
的简单 Cocoa
封装,它可以让你迅速的进行地理编码和反向地理编码地址和坐标。It is block-based, uses NSURLConnection
internally as well as JSONKit (included in
package). Make sure you read the Google Geocoding Service Terms of
Service
before
using SVGeocoder.

示例代码

[SVGeocoder geocode:addressstring
         completion:^(NSArray *placemarks, NSError *error) {
             // do something with placemarks, handle errors
         }];

SVGeocoder 官网

https://github.com/samvermette/SVGeocoder

相关编程语言

Acapela TTS 是一个为 iPhone 和 iPad 开发的 TTS 引...
二维码(QR Code)扫描静态库,扫描效率较高。
RegexKitLite 是一个轻量级的 Objective-C 的正则表...
一款基于ASIHttpReques开源的仿迅雷多线程断点续传功...
实现动态检测网络(wifi)状况,不需要用户手动刷新...
使用iphoneSDK官方NSXMLParserDelegate做的简单xml解...