module GeoHashr

Constants

BASE32
BITS
BORDERS
NEIGHBORS

Public Class Methods

[](geohash) click to toggle source
# File lib/geohashr.rb, line 5
def [](geohash)
  GeoHashr::GeoHash.new(geohash)
end
Also aliased as: decode
decode(geohash)
Alias for: []

Private Instance Methods

[](geohash) click to toggle source
# File lib/geohashr.rb, line 5
def [](geohash)
  GeoHashr::GeoHash.new(geohash)
end
Also aliased as: decode
decode(geohash)
Alias for: []