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
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