Created
August 1, 2016 14:56
-
-
Save dux/79a624e1bad44f0a222fabbd9482342f to your computer and use it in GitHub Desktop.
geocode-bounding-box
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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