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
.
mz_provider(hostname, path = NULL, key = NULL, scheme = "https")
The hostname in the API URL, for instance www.example.com
Specific path that all API requests must include, e.g. "v1"
API key for this provider, if required
The scheme for the URL, should always be "https"
mz_set_host