From f81c535c336898c611273db91c372fa18824a560 Mon Sep 17 00:00:00 2001 From: Mattia Pennasilico Date: Wed, 8 May 2024 11:13:23 +0200 Subject: [PATCH] Use Geolocation instead of Cellularlocation Co-authored-by: Sebastian Romero --- src/ArduinoCellular.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ArduinoCellular.h b/src/ArduinoCellular.h index 204e9fa..a82f4d0 100644 --- a/src/ArduinoCellular.h +++ b/src/ArduinoCellular.h @@ -136,7 +136,7 @@ class ArduinoCellular { * @param timeout The timeout (In milliseconds) to wait for the GPS location. * @return The GPS location. If the location is not retrieved, the latitude and longitude will be 0.0. */ - CellularLocation getGPSLocation(unsigned long timeout = 60000); + Geolocation getGPSLocation(unsigned long timeout = 60000); /** * @brief Gets the current time from the network.