Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save mikekavouras/d9f53730b94d932f362d to your computer and use it in GitHub Desktop.
NSArray *mLats = @[
@(40.73308),
@(40.73408),
@(40.73508),
@(40.73608),
@(40.73708),
@(40.73808),
@(40.73908),
@(40.74008),
@(40.74108),
@(40.74208),
@(40.74308),
@(40.74408)];
NSArray *mLngs = @[
@(-73.989401),
@(-73.989401),
@(-73.989401),
@(-73.989401),
@(-73.989401),
@(-73.989401),
@(-73.989401),
@(-73.989401),
@(-73.989401),
@(-73.989401),
@(-73.989401),
@(-73.989401)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment