computeLatitudePrecision: Longitude normalization

View source: R/main.R

computeLatitudePrecisionR Documentation

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)

Arguments

codeLength

A number.

Value

A number.

Examples

computeLatitudePrecision(10)
computeLatitudePrecision(12)

plusCode2 documentation built on May 29, 2024, 4:47 a.m.