-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeocodeAPI.ini
More file actions
27 lines (23 loc) · 759 Bytes
/
geocodeAPI.ini
File metadata and controls
27 lines (23 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[main]
httpPort = 5000
geocodeURL = /geocode
[GoogleGeocoder]
timeout = .15
apiKey = YOUR-API-KEY # XXX Configure me
baseURL = https://maps.googleapis.com/maps/api/geocode/json
[HereGeocoder]
timeout = .15
apiVer = 6.2
appId = YOUR-APP-ID # XXX Configure me
appCode = YOUR-APP-CODE # XXX Configure me
baseURL = https://geocoder.cit.api.here.com/%(apiVer)s/geocode.json
[OpenCageDataGeocoder]
timeout = .15
apiKey = YOUR-API-KEY # XXX Configure me
apiVer = v1
baseURL = https://api.opencagedata.com/geocode/%(apiVer)s/json
[MapQuestGeocoder]
timeout = .15
apiKey = YOUR-API-KEY # XXX Configure me
apiVer = v1
baseURL = https://www.mapquestapi.com/geocoding/%(apiVer)s/address