Skip to content

Commit

Permalink
Update lecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
subraatakumar authored Mar 9, 2023
1 parent cca4cdc commit 37416e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions w4/2.Sensor_Location/lecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ import * as Location from 'expo-location';
...
...
let location = await Location.getCurrentPositionAsync({});
// Find latitude and longitude
let latitude: location.coords.latitude
let longitude: location.coords.longitude
```
## Find Distance between two locations
Expand Down

0 comments on commit 37416e3

Please sign in to comment.