Skip to content

Instantly share code, notes, and snippets.

@emilepetrone
Created October 11, 2011 17:25
Show Gist options
  • Save emilepetrone/1278746 to your computer and use it in GitHub Desktop.
Save emilepetrone/1278746 to your computer and use it in GitHub Desktop.
// annotate a feature
[client annotateFeature:@"SG_7L9nQHjsporBjZUz8KVt5t"
withAnnotation:annotationDictionary
isPrivate:NO
callback:[SGCallback callbackWithSuccessBlock:
^(id response) {
// annotation confirmed
} failureBlock:^(NSError *error) {
// annotation failed
}]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment