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.