module PlusCodes
Plus+Codes is a Ruby implementation of Google Open Location Code(Plus+Codes).
@author We-Ming Wu
Constants
- CODE_ALPHABET
The character set used to encode coordinates.
- DECODE
ASCII lookup table.
- PADDING
The character used to pad a code
- SEPARATOR
A separator used to separate the code into two parts.
- SEPARATOR_POSITION
The max number of characters can be placed before the separator.
- VERSION