Skip to content

Commit

Permalink
fixes readme
Browse files Browse the repository at this point in the history
  • Loading branch information
canlang committed Oct 13, 2014
1 parent 1a0acda commit 8ccc753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sendLocation(double lat, double lng, int level)

Send estimated location with timestamp to the connected logging app.

The coordinate of the location should be presented in WGS-84 (World Geodetic System) and it also should contain the information of floor level.
The coordinate of the location should be presented in latitude and longitude. You have to refer and calculate latitude and longitude about the map which been provided. It also should contain the information of floor level.
This method should be called whenever you have a new positioning result, while the bluetooth connection is maintained.

## Sample Code Review
Expand Down

0 comments on commit 8ccc753

Please sign in to comment.