Skip to content

Instantly share code, notes, and snippets.

@dux
Created August 1, 2016 14:56
Show Gist options
  • Save dux/79a624e1bad44f0a222fabbd9482342f to your computer and use it in GitHub Desktop.
Save dux/79a624e1bad44f0a222fabbd9482342f to your computer and use it in GitHub Desktop.
geocode-bounding-box
require 'geocoder'
point = [48.1293696,11.5783119]
puts Geocoder::Calculations.bounding_box point, 100, :unit=>:km
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment