Standard for US Driver's Licenses defines 9 different barcode standards (AAMVA versions) with over 80 different fields encoded inside a barcode. Some fields exist on all barcode standards, other exist only on some. To standardize the API, we have structured the fields in the following sections:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated | |
{ | |
double scale = self.mapView.bounds.size.width / self.mapView.visibleMapRect.size.width; | |
if (scale < <#yourScaleLimit#>) { | |
[[NSOperationQueue new] addOperationWithBlock:^{ | |
NSArray *annotations = [self.clusteringManager clusteredAnnotationsWithinMapRect:mapView.visibleMapRect withZoomScale:scale]; | |
[self.clusteringManager setAnnotations:annotations forMapView:self.mapView]; | |
}]; | |
} else { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"objectname": "album", | |
"objectguids": [ | |
"cjLO4xCc" | |
], | |
"mediaassetguids": [ | |
"sV9GYksIX1" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
dateAdded = "2014-02-12T02:11:39.33"; | |
dateCreated = "2014-02-12T16:14:08"; | |
description = "<null>"; | |
guid = sV9GYksIX1; | |
id = 53865; | |
md5 = 691b9d6d0fc4a0ed341fbf7b38d393b0; | |
originalFilename = "691b9d6d0fc4a0ed341fbf7b38d393b0.jpg"; | |
thumbnail = { | |
guid = teROTUllsL; |