Skip to content

Commit 0682664

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ To read the location values, we can use the following method `Location coordinat
268268
| Latitude | `float` | `coordinates.lat` | See information below |
269269
| Longitude | `float` | `coordinates.lon` | See information below |
270270

271-
To set the coordinates for the CloudLocation, we pass the location variables to the CloudLocation variable `x = Location(latitude, longitude);`.
271+
The value of a `CloudLocation` variable is set using a `Location` object. The coordinate values are passed as arguments to the `Location` constructor: `x = Location(latitude, longitude);`.
272272

273273
***The format of the `lat` and `lon` is in Decimal Degrees (DD), for example `41.40338`, `2.17403`.***
274274

0 commit comments

Comments
 (0)