computeLatitudePrecision | R Documentation |
Calculates the latitude precision value for a given code length. Lengths <= 10 have the same precision for latitude and longitude, but lengths > 10 have different precisions due to the grid method having fewer columns than rows.
computeLatitudePrecision(codeLength)
codeLength |
A number. |
A number.
computeLatitudePrecision(10)
computeLatitudePrecision(12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.