We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c516b7 commit 1dc8423Copy full SHA for 1dc8423
src/ArduinoCellular.h
@@ -71,7 +71,7 @@ class SMS {
71
* @struct Geolocation
72
* @brief Represents a geographic location with latitude and longitude coordinates.
73
*/
74
-struct CellularLocation {
+struct Geolocation {
75
float latitude; /**< The latitude coordinate of the location. */
76
float longitude; /**< The longitude coordinate of the location. */
77
};
0 commit comments