From ededa7e3ef24a8cea9e513fa008ef481c1675457 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 30 Aug 2019 11:43:58 -0400 Subject: Initial check in Initial check in of the original repository: git://github.com/AGLExport/genivi-navi-yelp-client.git as of commit c2691cb265d9198542482a860f1df378e8c2708b. Bug-AGL: SPEC-2787 Signed-off-by: Scott Murray Change-Id: I7405367387622fb788a5712ed24005ee6d7ce495 --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d941ed --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# AGL Reference POI application +### This application provides the function of destination search to AGL. It uses the API provided by AGL Reference Navigation. This application uses yelp WebAPI. + +### The settings required to run POI application are as follows: + +#### 1. Please connect to the Internet. (Because POI-App uses yelp's web-API) + +#### 2. Please register yelp + +##### https://www.yelp.co.jp/developers?country=US +##### Please do developer registration and obtain App ID and App Secret key. +##### And please write it in /etc/poikey + +##### The contents are as follows (2 lines): +###### your app id +###### your sercret key + +### Restrictions: +#### POI App uses Navigation API. Push Navigation button before POI app. -- cgit 1.2.3-korg