We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c651122 commit 4d3a1f8Copy full SHA for 4d3a1f8
examples/GetLocation/GetLocation.ino
@@ -28,7 +28,7 @@ void setup(){
28
}
29
30
void loop(){
31
- CellularLocation location = cellular.getGPSLocation();
+ Geolocation location = cellular.getGPSLocation();
32
Serial.println("GPS Location:");
33
Serial.print("* Latitude: "); Serial.println(location.latitude, 6);
34
Serial.print("* Longitude: "); Serial.println(location.longitude, 6);
0 commit comments