Learn R Programming

plusCode2 (version 0.1.0)

computeLatitudePrecision: Longitude normalization

Description

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.

Usage

computeLatitudePrecision(codeLength)

Value

A number.

Arguments

codeLength

A number.

Examples

Run this code
computeLatitudePrecision(10)
computeLatitudePrecision(12)

Run the code above in your browser using DataLab