gh_set_api_url {graphhopper} | R Documentation |
Set gh API base url
Description
Set gh API base url
Usage
gh_set_api_url(api_url)
Arguments
api_url |
API base url |
Note
Internally it calls Sys.setenv
to store the API url
in an environment variable called GH_API_URL
.
Examples
gh_set_api_url("http://localhost:8989")
[Package graphhopper version 0.1.2 Index]