From d937713c424a6cb1a365a1ade214c97ab5f7f357 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 8 Mar 2025 15:59:45 +0100 Subject: .lat{ => itude}, .lon{ => gitude} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 22253e7..dedd259 100644 --- a/src/common.h +++ b/src/common.h @@ -236,12 +236,12 @@ struct location { /** * Degrees north of the equator */ - double lat; + double latitude; /** * Degrees east of the prime meridian */ - double lon; + double longitude; }; -- cgit v1.2.3-70-g09d2