30 #include <ArduinoJson.h>
double Altitude
Definition: Geolocator.h:38
Definition: VirtualShield.h:50
double Latitude
Definition: Geolocator.h:36
VirtualShield & shield
Definition: Sensor.h:55
Geolocator(const VirtualShield &shield)
Initializes a new instance of the Geolocator class.
Definition: Geolocator.cpp:36
Definition: Geolocator.h:34
void onJsonReceived(JsonObject &root, ShieldEvent *shieldEvent) override
Event called when a valid json message was received. Consumes the proper values for this sensor...
Definition: Geolocator.cpp:45
double Longitude
Definition: Geolocator.h:37
Definition: ShieldEvent.h:35