mz_provider {rmapzen} | R Documentation |
Configure provider information
Description
rmapzen works with most implementations of PELIAS. This function defines the
base URL for a particular API provider, and can be used to provider the
provider
argument to mz_set_host
.
Usage
mz_provider(hostname, path = NULL, key = NULL, scheme = "https")
Arguments
hostname |
The hostname in the API URL, for instance |
path |
Specific path that all API requests must include, e.g. "v1" |
key |
API key for this provider, if required |
scheme |
The scheme for the URL, should always be "https" |
See Also
[Package rmapzen version 0.5.1 Index]