We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f600ba commit 61b91cbCopy full SHA for 61b91cb
ruby/lib/plus_codes.rb
@@ -9,6 +9,11 @@ module PlusCodes
9
# The max number of characters can be placed before the separator.
10
SEPARATOR_POSITION = 8
11
12
+ # Maxiumum code length using lat/lng pair encoding. The area of such a
13
+ # code is approximately 13x13 meters (at the equator), and should be suitable
14
+ # for identifying buildings. This excludes prefix and separator characters.
15
+ PAIR_CODE_LENGTH = 10
16
+
17
# The character used to pad a code
18
PADDING = '0'.freeze
19
0 commit comments