Closed dpprdan closed 6 years ago
Since mapzen is shutting, this change makes the search host an option instead of hard coding it in search_url. That way, one can change the host via
search_url
options(RMAPZEN.search.host = "api.geocode.earth")
One then needs a different MAPZEN_KEY of course.
Thank you, that's a good idea. I'll note this option in the README and the documentation
Since mapzen is shutting, this change makes the search host an option instead of hard coding it in
search_url
. That way, one can change the host viaOne then needs a different MAPZEN_KEY of course.