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
- PAIR_CODE_LENGTH
Maxiumum code length using lat/lng pair encoding. The area of such a code is approximately 13x13 meters (at the equator), and should be suitable for identifying buildings. This excludes prefix and separator characters.
- SEPARATOR
A separator used to separate the code into two parts.
- SEPARATOR_POSITION
The max number of characters can be placed before the separator.