Skip to content

Commit f44ec41

Browse files
Update content/arduino-cloud/03.cloud-interface/02.variables/variables.md
Co-authored-by: Per Tillisch <[email protected]>
1 parent f385e72 commit f44ec41

File tree

1 file changed

+2
-2
lines changed
  • content/arduino-cloud/03.cloud-interface/02.variables

1 file changed

+2
-2
lines changed

content/arduino-cloud/03.cloud-interface/02.variables/variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ To read the location values, we can use the following method `Location coordinat
265265

266266
| Property | Type | Read value | Set value |
267267
| --------- | ------- | ----------------- | --------------------------- |
268-
| Latitude | `float` | `coordinates.lat` | `latitude = latitudeValue;` |
269-
| Longitude | `float` | `coordinates.lon` | `longitude = longitudeValue;` |
268+
| Latitude | `float` | `coordinates.lat` | See information below |
269+
| Longitude | `float` | `coordinates.lon` | See information below |
270270

271271
To set the coordinates for the CloudLocation, we pass the location variables to the CloudLocation variable `x = Location(latitude, longitude);`.
272272

0 commit comments

Comments
 (0)