We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc8423 commit f81c535Copy full SHA for f81c535
src/ArduinoCellular.h
@@ -136,7 +136,7 @@ class ArduinoCellular {
136
* @param timeout The timeout (In milliseconds) to wait for the GPS location.
137
* @return The GPS location. If the location is not retrieved, the latitude and longitude will be 0.0.
138
*/
139
- CellularLocation getGPSLocation(unsigned long timeout = 60000);
+ Geolocation getGPSLocation(unsigned long timeout = 60000);
140
141
/**
142
* @brief Gets the current time from the network.
0 commit comments