aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-11-12 22:48:29 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-11-12 22:53:16 -0800
commitc47a5cec9bd150890b57838f8842130d700ae262 (patch)
tree32ad20a432e6abbe128d65837fd25df96a4e9a90
parent3e94024998c1615bd30306aab7537db22161a9ce (diff)
navigation: add more verbose docsicefish_8.99.1icefish/8.99.18.99.1
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.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8c5e3d3..61de4c8 100644
--- a/README.md
+++ b/README.md
@@ -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
}
]
}