Skip to content

Instantly share code, notes, and snippets.

@mikekavouras
Created December 5, 2015 20:55
Show Gist options
  • Select an option

  • Save mikekavouras/b62566b3a2b7c08ca584 to your computer and use it in GitHub Desktop.

Select an option

Save mikekavouras/b62566b3a2b7c08ca584 to your computer and use it in GitHub Desktop.
NSArray *bkLat = @[
@(40.720852),
@(40.721852),
@(40.722852),
@(40.723852),
@(40.724852),
@(40.725852),
@(40.726852),
@(40.727852),
@(40.728852),
@(40.729852),
@(40.730852),
@(40.731852),
@(40.732852),
@(40.733852),
@(40.734852)];
NSArray *bkLng = @[
@(-73.952322),
@(-73.952322),
@(-73.952322),
@(-73.952322),
@(-73.952322),
@(-73.952322),
@(-73.952322),
@(-73.952322),
@(-73.952322),
@(-73.952322),
@(-73.952322),
@(-73.952322),
@(-73.952322),
@(-73.952322),
@(-73.952322)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment