We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424a8a5 commit ccb5e06Copy full SHA for ccb5e06
src/ArduinoCellular.cpp
@@ -87,7 +87,7 @@ bool ArduinoCellular::connect(String apn, String username, String password){
87
}
88
89
90
-CellularLocation ArduinoCellular::getGPSLocation(unsigned long timeout){
+Geolocation ArduinoCellular::getGPSLocation(unsigned long timeout){
91
if (model == ModemModel::EG25){
92
float latitude = 0.00000;
93
float longitude = 0.00000;
0 commit comments