Module: GeoHex

Defined in:
lib/geohex.rb

Defined Under Namespace

Classes: Zone

Constant Summary collapse

VERSION =
'2.0.1'
H_KEY =
"abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
H_BASE =
20037508.34
H_DEG =
Math::PI*(30.0/180)
H_K =
Math.tan(H_DEG)
R =
20037508.34