SVGeocoder

码农软件 · 软件分类 · 网络(Networking) · 2019-07-11 11:58:41

软件介绍

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
         }];

本文地址:https://www.codercto.com/soft/d/9892.html

Pro JavaScript Design Patterns

Pro JavaScript Design Patterns

Dustin Diaz、Ross Harmes / Apress / 2007-12-16 / USD 44.99

As a web developer, you’ll already know that JavaScript™ is a powerful language, allowing you to add an impressive array of dynamic functionality to otherwise static web sites. But there is more power......一起来看看 《Pro JavaScript Design Patterns》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具