diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-12 22:48:29 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-12-01 21:08:17 -0800 |
commit | 0dc48b9c78aea05f5215f3e31c8af4cf2580523c (patch) | |
tree | 32ad20a432e6abbe128d65837fd25df96a4e9a90 | |
parent | 4cb2d04a796d5a081226552ad5ad594586ec1514 (diff) |
navigation: add more verbose docs
Add more parameter documentation to position event
in README.md
Bug-AGL: SPEC-2880
Change-Id: Iaabc355752a24fd931b86befdb80738faf7c2dca
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,8 +38,11 @@ Populate same data referenced in *waypoints Event* section for the event { "points": [ { + "position": "car", "latitude": 36.12906, "longitude": -115.17908 + "direction": 273.0, + "distance": 1530.45 } ] } |