diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-02 19:32:52 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-02 19:32:52 -0800 |
commit | 57883b52cf154511e66f02d2b1d76ddc876a2761 (patch) | |
tree | b4afec51c737f4c5a4faf0ff6549c45f3e12cb8f | |
parent | b461d00c9f4ce003ebc07758b57998763d230b0b (diff) |
binding: geoclue: fix typo in docshalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy/6.99.47.90.06.99.4
Change-Id: I60634dd08509a853d48892067f609bee8572019e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ using WiFi SSIDs, and IP addresses. | Name | Description | JSON Parameters | |--------------------|:----------------------------------------|:-------------------------------------------------------------------------------------------| -| subscribe | subscribe to geofence events | *Request:* {"value": "location"} | -| unsubscribe | unsubscribe to geofence events | *Request:* {"value": "location"} | +| subscribe | subscribe to GeoClue events | *Request:* {"value": "location"} | +| unsubscribe | unsubscribe to GeoClue events | *Request:* {"value": "location"} | | location | get current GeoClue coordinates | *Response:* {"latitude": 45.50, "longitude": -122.25, "accuracy": 20000, "altitude": 4000} | *accuracy* is the calculated radius in meters that the geolocation reading is likely within. |