AFFCCAPIClient 0.0.2

AFFCCAPIClient 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2015

Maintained by Unclaimed.



  • By
  • PJ Gray

An AFHTTPClient subclass for the FCC API.

Primary purpose right now is using the census block conversions API for an easy way to get FIPS numbers from GPS coordinates.

Usage

[[AFFCCAPIClient sharedClient] getFIPSWithLat:@"42.343653" withLng:@"-71.097701" success:^(AFHTTPRequestOperation *operation, id responseObject) {

    NSLog(@"FIPS Dictionary: %@", responseObject);

} failure:^(AFHTTPRequestOperation *operation, NSError *error) {

}];

Contact

PJ Gray

License

AFFCCAPIClient is available under the MIT license. See the LICENSE file for more info.