Skip to content

Instantly share code, notes, and snippets.

@simonr-cb
Created January 12, 2018 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonr-cb/e01f67a81b893c8157e07300cce94b8b to your computer and use it in GitHub Desktop.
Save simonr-cb/e01f67a81b893c8157e07300cce94b8b to your computer and use it in GitHub Desktop.
for (var lat = latStart; lat <= latEnd; lat += locStep) {
for (var lon = lonStart; lon <= lonEnd; lon += locStep) {
fetchNearestShipment(lat, lon)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment