TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2015 |
Maintained by Unclaimed.
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.
[[AFFCCAPIClient sharedClient] getFIPSWithLat:@"42.343653" withLng:@"-71.097701" success:^(AFHTTPRequestOperation *operation, id responseObject) {
NSLog(@"FIPS Dictionary: %@", responseObject);
} failure:^(AFHTTPRequestOperation *operation, NSError *error) {
}];
PJ Gray
AFFCCAPIClient is available under the MIT license. See the LICENSE file for more info.