blob: 6d941edf81a083db54b5b0b509d5eae96d62e8e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.
|